Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-options.h24 OPTION_UINTEGER, enumerator
123 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),…
Dparse-options.c86 case OPTION_UINTEGER: in get_value()
172 case OPTION_UINTEGER: in get_value()
600 case OPTION_UINTEGER: in print_option_help()