Home
last modified time | relevance | path

Searched refs:OPT_INCR (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-data.c58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
Dbuiltin-buildid-list.c101 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
Dbuiltin-annotate.c306 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
Dbuiltin-buildid-cache.c325 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
Dbuiltin-probe.c441 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
Dbuiltin-stat.c952 OPT_INCR('v', "verbose", &verbose,
958 OPT_INCR('d', "detailed", &detailed_run,
Dbuiltin-sched.c1805 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()
Dbuiltin-kvm.c1301 OPT_INCR('v', "verbose", &verbose, in kvm_events_live()
1544 OPT_INCR('v', "verbose", &verbose, in cmd_kvm()
Dbuiltin-inject.c716 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
Dbuiltin-lock.c960 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"), in cmd_lock()
Dbuiltin-report.c673 OPT_INCR('v', "verbose", &verbose, in cmd_report()
Dbuiltin-record.c1065 OPT_INCR('v', "verbose", &verbose,
Dbuiltin-diff.c785 OPT_INCR('v', "verbose", &verbose,
Dbuiltin-top.c1164 OPT_INCR('v', "verbose", &verbose, in cmd_top()
Dbuiltin-kmem.c1862 OPT_INCR('v', "verbose", &verbose, in cmd_kmem()
Dbuiltin-script.c1736 OPT_INCR('v', "verbose", &verbose, in cmd_script()
Dbuiltin-trace.c3081 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_trace()
/linux-4.4.14/tools/perf/tests/
Dbuiltin-test.c313 OPT_INCR('v', "verbose", &verbose, in cmd_test()
/linux-4.4.14/tools/perf/util/
Dparse-options.h119 #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/
Dnuma.c183 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
184 OPT_INCR ('a', "all" , &p0.run_all, "Run all tests in the suite"),