Home
last modified time | relevance | path

Searched refs:record_options (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c1170 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record()
1171 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record()
1172 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
1174 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); in kvm_events_record()
1175 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); in kvm_events_record()
1176 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); in kvm_events_record()
1177 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); in kvm_events_record()
1178 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); in kvm_events_record()
1179 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED); in kvm_events_record()
1180 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); in kvm_events_record()
[all …]
Dperf.h71 extern struct option *record_options;
Dbuiltin-record.c935 struct option *record_options = __record_options; variable
949 argc = parse_options(argc, argv, record_options, record_usage, in cmd_record()
952 usage_with_options(record_usage, record_options); in cmd_record()
957 usage_with_options(record_usage, record_options); in cmd_record()
1003 usage_with_options(record_usage, record_options); in cmd_record()
Dbuiltin-script.c1482 argc = parse_options(argc, (const char **)__argv, record_options, in have_cmd()