/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kallsyms.c | 51 OPT_INCR('v', "verbose", &verbose, "be more verbose (show counter open errors, etc)"), in cmd_kallsyms()
|
H A D | builtin-buildid-list.c | 103 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
H A D | builtin-data.c | 64 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
|
H A D | builtin-list.c | 40 OPT_INCR(0, "debug", &verbose, in cmd_list()
|
H A D | builtin-mem.c | 72 OPT_INCR('v', "verbose", &verbose, in __cmd_record()
|
H A D | builtin-annotate.c | 501 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
H A D | builtin-buildid-cache.c | 391 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
H A D | builtin-probe.c | 511 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
|
H A D | builtin-kvm.c | 1354 OPT_INCR('v', "verbose", &verbose, in kvm_events_live() 1606 OPT_INCR('v', "verbose", &verbose, in cmd_kvm()
|
H A D | builtin-ftrace.c | 899 OPT_INCR('v', "verbose", &verbose, in cmd_ftrace()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kallsyms.c | 53 OPT_INCR('v', "verbose", &verbose, "be more verbose (show counter open errors, etc)"), in cmd_kallsyms()
|
H A D | builtin-data.c | 39 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
|
H A D | builtin-buildid-list.c | 142 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
H A D | builtin-buildid-cache.c | 410 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
H A D | builtin-probe.c | 532 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
|
H A D | builtin-list.c | 480 OPT_INCR(0, "debug", &verbose, in cmd_list()
|
H A D | builtin-mem.c | 80 OPT_INCR('v', "verbose", &verbose, in __cmd_record()
|
H A D | builtin-annotate.c | 542 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 131 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) } macro
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 63 OPT_INCR('v', "verbose", &verbose,
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | builtin-test.c | 783 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/ |
H A D | main.c | 688 OPT_INCR('v', "verbose", &verbose, in main()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) } macro
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | inject-buildid.c | 64 OPT_INCR('v', "verbose", &verbose,
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | builtin-test.c | 525 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|