Searched refs:OPT_INCR (Results 1 – 18 of 18) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-buildid-list.c | 91 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
D | builtin-buildid-cache.c | 145 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
D | builtin-annotate.c | 296 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
D | builtin-probe.c | 267 OPT_INCR('v', "verbose", &verbose, in cmd_probe()
|
D | builtin-inject.c | 432 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
|
D | builtin-sched.c | 1680 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1691 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1700 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
|
D | builtin-stat.c | 1408 OPT_INCR('v', "verbose", &verbose, in cmd_stat() 1414 OPT_INCR('d', "detailed", &detailed_run, in cmd_stat()
|
D | builtin-lock.c | 931 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"), in cmd_lock()
|
D | builtin-record.c | 893 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-diff.c | 701 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-report.c | 765 OPT_INCR('v', "verbose", &verbose, in cmd_report()
|
D | builtin-top.c | 1105 OPT_INCR('v', "verbose", &verbose, in cmd_top()
|
D | builtin-script.c | 1272 OPT_INCR('v', "verbose", &verbose, in cmd_script()
|
D | builtin-trace.c | 1232 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_trace()
|
D | builtin-kvm.c | 1438 OPT_INCR('v', "verbose", &verbose, in kvm_events_live()
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | builtin-test.c | 220 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | parse-options.h | 106 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… macro
|
/external/linux-tools-perf/src/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"),
|