Searched refs:OPT_INCR (Results 1 – 20 of 20) sorted by relevance
| /linux-4.4.14/tools/perf/ |
| D | builtin-data.c | 58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
|
| D | builtin-buildid-list.c | 101 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
| D | builtin-annotate.c | 306 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
| D | builtin-buildid-cache.c | 325 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
| D | builtin-probe.c | 441 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
|
| D | builtin-stat.c | 952 OPT_INCR('v', "verbose", &verbose, 958 OPT_INCR('d', "detailed", &detailed_run,
|
| D | builtin-sched.c | 1805 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1818 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1828 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
|
| D | builtin-kvm.c | 1301 OPT_INCR('v', "verbose", &verbose, in kvm_events_live() 1544 OPT_INCR('v', "verbose", &verbose, in cmd_kvm()
|
| D | builtin-inject.c | 716 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
|
| D | builtin-lock.c | 960 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"), in cmd_lock()
|
| D | builtin-report.c | 673 OPT_INCR('v', "verbose", &verbose, in cmd_report()
|
| D | builtin-record.c | 1065 OPT_INCR('v', "verbose", &verbose,
|
| D | builtin-diff.c | 785 OPT_INCR('v', "verbose", &verbose,
|
| D | builtin-top.c | 1164 OPT_INCR('v', "verbose", &verbose, in cmd_top()
|
| D | builtin-kmem.c | 1862 OPT_INCR('v', "verbose", &verbose, in cmd_kmem()
|
| D | builtin-script.c | 1736 OPT_INCR('v', "verbose", &verbose, in cmd_script()
|
| D | builtin-trace.c | 3081 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_trace()
|
| /linux-4.4.14/tools/perf/tests/ |
| D | builtin-test.c | 313 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
| /linux-4.4.14/tools/perf/util/ |
| D | parse-options.h | 119 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… macro
|
| /linux-4.4.14/tools/perf/bench/ |
| D | numa.c | 183 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 184 OPT_INCR ('a', "all" , &p0.run_all, "Run all tests in the suite"),
|