Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-kvm.c1231 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record()
1232 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record()
1233 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
1235 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); in kvm_events_record()
1236 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); in kvm_events_record()
1237 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); in kvm_events_record()
1238 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); in kvm_events_record()
1239 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); in kvm_events_record()
1240 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED); in kvm_events_record()
1241 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); in kvm_events_record()
[all …]
Dbuiltin-record.c3542 struct option *record_options = __record_options; variable
3956 # define set_nobuild(s, l, c) set_option_nobuild(record_options, s, l, "NO_LIBBPF=1", c) in cmd_record()
3970 # define set_nobuild(s, l, c) set_option_nobuild(record_options, s, l, REASON, c) in cmd_record()
3977 # define set_nobuild(s, l, m, c) set_option_nobuild(record_options, s, l, m, c) in cmd_record()
3992 argc = parse_options(argc, argv, record_options, record_usage, in cmd_record()
4008 usage_with_options_msg(record_usage, record_options, in cmd_record()
4059 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
4065 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
4205 usage_with_options(record_usage, record_options); in cmd_record()
Dbuiltin-script.c3578 argc = parse_options(argc, (const char **)__argv, record_options, in have_cmd()
/Linux-v6.1/tools/perf/util/
Drecord.h87 extern struct option *record_options;