Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kvm.c1190 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record()
1191 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record()
1192 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
1194 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); in kvm_events_record()
1195 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); in kvm_events_record()
1196 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); in kvm_events_record()
1197 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); in kvm_events_record()
1198 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); in kvm_events_record()
1199 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED); in kvm_events_record()
1200 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); in kvm_events_record()
[all …]
Dbuiltin-probe.c559 set_option_flag(options, 'a', "add", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
560 set_option_flag(options, 'd', "del", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
561 set_option_flag(options, 'D', "definition", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
562 set_option_flag(options, 'l', "list", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
564 set_option_flag(options, 'L', "line", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
565 set_option_flag(options, 'V', "vars", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
577 set_option_flag(options, 'F', "funcs", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
Dbuiltin-list.c39 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list()
/tools/lib/subcmd/
Dparse-options.h229 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
Dparse-options.c960 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() function