HomeSort by relevance Sort by last modified time
    Searched refs:OPT_INCR (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/
builtin-buildid-list.c 32 OPT_INCR('v', "verbose", &verbose,
builtin-buildid-cache.c 30 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
builtin-inject.c 231 OPT_INCR('v', "verbose", &verbose,
builtin-annotate.c 249 OPT_INCR('v', "verbose", &verbose,
builtin-diff.c 178 OPT_INCR('v', "verbose", &verbose,
builtin-probe.c 199 OPT_INCR('v', "verbose", &verbose,
builtin-report.c 420 OPT_INCR('v', "verbose", &verbose,
builtin-stat.c 1051 OPT_INCR('v', "verbose", &verbose,
1057 OPT_INCR('d', "detailed", &detailed_run,
    [all...]
builtin-sched.c     [all...]
builtin-record.c 785 OPT_INCR('v', "verbose", &verbose,
builtin-lock.c 945 OPT_INCR('v', "verbose", &verbose, "be more verbose (show symbol address, etc)"),
builtin-script.c 964 OPT_INCR('v', "verbose", &verbose,
builtin-top.c 1063 OPT_INCR('v', "verbose", &verbose,
  /external/linux-tools-perf/util/
parse-options.h 116 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }

Completed in 135 milliseconds