Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-buildid-list.c96 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
Dbuiltin-data.c58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
Dbuiltin-annotate.c297 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
Dbuiltin-buildid-cache.c335 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
Dbuiltin-probe.c327 OPT_INCR('v', "verbose", &verbose, in __cmd_probe()
Dbuiltin-inject.c442 OPT_INCR('v', "verbose", &verbose, in cmd_inject()
Dbuiltin-sched.c1709 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()
Dbuiltin-kvm.c1294 OPT_INCR('v', "verbose", &verbose, in kvm_events_live()
1534 OPT_INCR('v', "verbose", &verbose, in cmd_kvm()
Dbuiltin-report.c619 OPT_INCR('v', "verbose", &verbose, in cmd_report()
Dbuiltin-stat.c1734 OPT_INCR('v', "verbose", &verbose, in cmd_stat()
1740 OPT_INCR('d', "detailed", &detailed_run, in cmd_stat()
Dbuiltin-record.c889 OPT_INCR('v', "verbose", &verbose,
Dbuiltin-lock.c956 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"), in cmd_lock()
Dbuiltin-kmem.c1120 OPT_INCR('v', "verbose", &verbose, in cmd_kmem()
Dbuiltin-diff.c779 OPT_INCR('v', "verbose", &verbose,
Dbuiltin-top.c1113 OPT_INCR('v', "verbose", &verbose, in cmd_top()
Dbuiltin-script.c1524 OPT_INCR('v', "verbose", &verbose, in cmd_script()
Dbuiltin-trace.c2694 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_trace()
/linux-4.1.27/tools/perf/tests/
Dbuiltin-test.c305 OPT_INCR('v', "verbose", &verbose, in cmd_test()
/linux-4.1.27/tools/perf/util/
Dparse-options.h118 #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/
Dnuma.c178 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
179 OPT_INCR ('a', "all" , &p0.run_all, "Run all tests in the suite"),