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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-options.h 15 OPTION_INCR,
106 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
parse-options.c 53 case OPTION_INCR:
83 case OPTION_INCR:
534 case OPTION_INCR:

Completed in 1425 milliseconds