Searched refs:PARSE_OPT_HIDDEN (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-list.c | 49 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list()
|
H A D | builtin-kvm.c | 1230 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 D | builtin-report.c | 1205 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN), in cmd_report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 493 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 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 | 1281 "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN), in cmd_report()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 46 PARSE_OPT_HIDDEN = 8, enumerator 86 * PARSE_OPT_HIDDEN this option is skipped in the default usage, showed in
|
H A D | parse-options.c | 707 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 42 PARSE_OPT_HIDDEN = 8, enumerator 82 * PARSE_OPT_HIDDEN this option is skipped in the default usage, showed in
|
H A D | parse-options.c | 707 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help()
|
Completed in 16 milliseconds