Home
last modified time | relevance | path

Searched refs:set_option_flag (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-kvm.c1225 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record()
1226 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record()
1227 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
1229 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); in kvm_events_record()
1230 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); in kvm_events_record()
1231 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); in kvm_events_record()
1232 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); in kvm_events_record()
1233 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); in kvm_events_record()
1234 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED); in kvm_events_record()
1235 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); in kvm_events_record()
[all …]
Dbuiltin-probe.c595 set_option_flag(options, 'a', "add", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
596 set_option_flag(options, 'd', "del", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
597 set_option_flag(options, 'D', "definition", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
598 set_option_flag(options, 'l', "list", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
600 set_option_flag(options, 'L', "line", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
601 set_option_flag(options, 'V', "vars", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
613 set_option_flag(options, 'F', "funcs", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
Dbuiltin-list.c47 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list()
Dbuiltin-annotate.c553 set_option_flag(options, 0, "show-total-period", PARSE_OPT_EXCLUSIVE); in cmd_annotate()
554 set_option_flag(options, 0, "show-nr-samples", PARSE_OPT_EXCLUSIVE); in cmd_annotate()
/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h238 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
Dparse-options.c983 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() function