Searched refs:PARSE_OPT_HIDDEN (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-list.c | 554 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list() 556 set_option_flag(list_options, 0, "cputype", PARSE_OPT_HIDDEN); in cmd_list()
|
H A D | builtin-kvm.c | 1762 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record() 1763 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record() 1764 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
|
H A D | builtin-report.c | 1349 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN), in cmd_report()
|
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 42 PARSE_OPT_HIDDEN = 8, enumerator
|
H A D | parse-options.c | 707 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help()
|