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

/linux-master/tools/perf/
H A Dbuiltin-list.c539 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN);
541 set_option_flag(list_options, 0, "cputype", PARSE_OPT_HIDDEN);
H A Dbuiltin-kvm.c1762 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN);
1763 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN);
1764 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN);
H A Dbuiltin-report.c1353 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN),
/linux-master/tools/lib/subcmd/
H A Dparse-options.h42 PARSE_OPT_HIDDEN = 8, enumerator in enum:parse_opt_option_flags
82 * PARSE_OPT_HIDDEN this option is skipped in the default usage, showed in
H A Dparse-options.c707 if (!full && (opts->flags & PARSE_OPT_HIDDEN))

Completed in 128 milliseconds