Searched refs:OPT_INCR (Results 1 - 14 of 14) sorted by relevance

/external/linux-tools-perf/
H A Dbuiltin-buildid-list.c32 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-buildid-cache.c30 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
H A Dbuiltin-inject.c231 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-annotate.c249 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-diff.c178 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-probe.c199 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-report.c420 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-stat.c1051 OPT_INCR('v', "verbose", &verbose,
1057 OPT_INCR('d', "detailed", &detailed_run,
H A Dbuiltin-sched.c1819 OPT_INCR('v', "verbose", &verbose,
1834 OPT_INCR('v', "verbose", &verbose,
1851 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-record.c785 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-lock.c945 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"),
H A Dbuiltin-script.c964 OPT_INCR('v', "verbose", &verbose,
H A Dbuiltin-top.c1063 OPT_INCR('v', "verbose", &verbose,
/external/linux-tools-perf/util/
H A Dparse-options.h116 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) } macro

Completed in 133 milliseconds