Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-list.c493 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list()
495 set_option_flag(list_options, 0, "cputype", PARSE_OPT_HIDDEN); in cmd_list()
H A Dbuiltin-kvm.c1762 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 Dbuiltin-report.c1280 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN), in cmd_report()
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h42 PARSE_OPT_HIDDEN = 8, enumerator
H A Dparse-options.c709 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help()