Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-list.c49 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list()
H A Dbuiltin-kvm.c1230 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN); in kvm_events_record()
1231 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN); in kvm_events_record()
1232 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN); in kvm_events_record()
H A Dbuiltin-report.c1205 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN), in cmd_report()
/kernel/linux/linux-6.6/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.c1281 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN), in cmd_report()
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.h46 PARSE_OPT_HIDDEN = 8, enumerator
86 * 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)) in print_option_help()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.h42 PARSE_OPT_HIDDEN = 8, enumerator
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)) in print_option_help()

Completed in 16 milliseconds