Home
last modified time | relevance | path

Searched refs:OPTION_INTEGER (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dparse-options.h20 OPTION_INTEGER, enumerator
122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), …
Dparse-options.c85 case OPTION_INTEGER: in get_value()
156 case OPTION_INTEGER: in get_value()
599 case OPTION_INTEGER: in print_option_help()