/linux/tools/perf/ |
H A D | builtin-kallsyms.c | 64 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 | 157 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
H A D | builtin-mem.c | 489 OPT_INCR('v', "verbose", &verbose, in cmd_mem()
|
H A D | builtin-buildid-cache.c | 412 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
H A D | builtin-list.c | 555 OPT_INCR(0, "debug", &verbose, in cmd_list()
|
H A D | builtin-annotate.c | 717 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
H A D | builtin-stat.c | 2383 OPT_INCR('v', "verbose", &verbose, in cmd_stat() 2391 OPT_INCR('d', "detailed", &detailed_run, in cmd_stat()
|
H A D | builtin-daemon.c | 1505 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_daemon()
|
H A D | builtin-ftrace.c | 1758 OPT_INCR('v', "verbose", &verbose, in cmd_ftrace()
|
H A D | builtin-c2c.c | 133 OPT_INCR('v', "verbose", &verbose, "be more verbose (show counter open errors, etc)"), 3014 OPT_INCR('N', "node-info", &c2c.node_info, in perf_c2c__report()
|
H A D | builtin-report.c | 1331 OPT_INCR('v', "verbose", &verbose, in cmd_report()
|
H A D | builtin-top.c | 1527 OPT_INCR('v', "verbose", &verbose, in cmd_top()
|
H A D | builtin-diff.c | 1250 OPT_INCR('v', "verbose", &verbose,
|
H A D | builtin-kmem.c | 1940 OPT_INCR('v', "verbose", &verbose, in cmd_kmem()
|
H A D | builtin-lock.c | 2589 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"), in cmd_lock()
|
H A D | builtin-kwork.c | 2355 OPT_INCR('v', "verbose", &verbose, in cmd_kwork()
|
H A D | builtin-inject.c | 2403 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
|
H A D | builtin-sched.c | 3854 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
|
H A D | builtin-record.c | 3500 OPT_INCR('v', "verbose", &verbose,
|
/linux/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
|
/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 64 OPT_INCR('v', "verbose", &verbose,
|
H A D | numa.c | 196 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 197 OPT_INCR ('a', "all" , &p0.run_all, "Run all tests in the suite"),
|
/linux/tools/perf/tests/ |
H A D | builtin-test.c | 786 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 791 OPT_INCR('v', "verbose", &verbose, in main()
|