Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c1177 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record()
1178 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record()
1179 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
1181 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED); in kvm_events_record()
1182 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED); in kvm_events_record()
1183 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED); in kvm_events_record()
1184 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED); in kvm_events_record()
1185 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED); in kvm_events_record()
1186 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED); in kvm_events_record()
1187 set_option_flag(record_options, 'P', "period", PARSE_OPT_DISABLED); in kvm_events_record()
[all …]
Dbuiltin-probe.c518 set_option_flag(options, 'a', "add", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
519 set_option_flag(options, 'd', "del", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
520 set_option_flag(options, 'l', "list", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
522 set_option_flag(options, 'L', "line", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
523 set_option_flag(options, 'V', "vars", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
525 set_option_flag(options, 'F', "funcs", PARSE_OPT_EXCLUSIVE); in __cmd_probe()
Dbuiltin-list.c32 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list()
/linux-4.4.14/tools/perf/util/
Dparse-options.h228 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
Dparse-options.c856 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() function