/linux-4.1.27/tools/perf/ |
D | builtin-buildid-list.c | 96 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
D | builtin-data.c | 58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
|
D | builtin-annotate.c | 297 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
D | builtin-buildid-cache.c | 335 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
D | builtin-probe.c | 327 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
|
D | builtin-inject.c | 442 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
|
D | builtin-sched.c | 1709 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1720 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1730 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
|
D | builtin-kvm.c | 1294 OPT_INCR('v', "verbose", &verbose, in kvm_events_live() 1534 OPT_INCR('v', "verbose", &verbose, in cmd_kvm()
|
D | builtin-report.c | 619 OPT_INCR('v', "verbose", &verbose, in cmd_report()
|
D | builtin-stat.c | 1734 OPT_INCR('v', "verbose", &verbose, in cmd_stat() 1740 OPT_INCR('d', "detailed", &detailed_run, in cmd_stat()
|
D | builtin-record.c | 889 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-lock.c | 956 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"), in cmd_lock()
|
D | builtin-kmem.c | 1120 OPT_INCR('v', "verbose", &verbose, in cmd_kmem()
|
D | builtin-diff.c | 779 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-top.c | 1113 OPT_INCR('v', "verbose", &verbose, in cmd_top()
|
D | builtin-script.c | 1524 OPT_INCR('v', "verbose", &verbose, in cmd_script()
|
D | builtin-trace.c | 2694 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_trace()
|
/linux-4.1.27/tools/perf/tests/ |
D | builtin-test.c | 305 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 118 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… macro
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 178 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 179 OPT_INCR ('a', "all" , &p0.run_all, "Run all tests in the suite"),
|