Searched refs:record_options (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-kvm.c | 1701 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record() 1702 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record() 1703 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record() 1705 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); in kvm_events_record() 1706 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); in kvm_events_record() 1707 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); in kvm_events_record() 1708 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); in kvm_events_record() 1709 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); in kvm_events_record() 1711 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); in kvm_events_record() 1715 set_option_flag(record_options, 'G', "cgroup", PARSE_OPT_DISABLED); in kvm_events_record() [all …]
|
| H A D | builtin-mem.c | 495 const struct option record_options[] = { in cmd_mem() local 542 ret = __cmd_record(argc, argv, &mem, record_options); in cmd_mem()
|
| H A D | builtin-record.c | 3579 struct option *record_options = __record_options; variable 3991 # define set_nobuild(s, l, m, c) set_option_nobuild(record_options, s, l, m, c) in cmd_record() 4008 argc = parse_options(argc, argv, record_options, record_usage, in cmd_record() 4024 usage_with_options_msg(record_usage, record_options, in cmd_record() 4091 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record() 4097 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record() 4226 usage_with_options(record_usage, record_options); in cmd_record()
|
| H A D | builtin-script.c | 3486 argc = parse_options(argc, (const char **)__argv, record_options, in have_cmd()
|
| /linux-6.15/tools/perf/util/ |
| H A D | record.h | 85 extern struct option *record_options;
|