Searched refs:OPT_INCR (Results 1 – 14 of 14) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-buildid-list.c | 32 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-buildid-cache.c | 30 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
|
D | builtin-inject.c | 231 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-annotate.c | 249 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-diff.c | 178 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-probe.c | 199 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-report.c | 420 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-stat.c | 1051 OPT_INCR('v', "verbose", &verbose, 1057 OPT_INCR('d', "detailed", &detailed_run,
|
D | builtin-sched.c | 1819 OPT_INCR('v', "verbose", &verbose, 1834 OPT_INCR('v', "verbose", &verbose, 1851 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-record.c | 785 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-lock.c | 945 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"),
|
D | builtin-top.c | 1063 OPT_INCR('v', "verbose", &verbose,
|
D | builtin-script.c | 964 OPT_INCR('v', "verbose", &verbose,
|
/external/linux-tools-perf/util/ |
D | parse-options.h | 116 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… macro
|