Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-options.h23 OPTION_U64, enumerator
125 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val…
Dparse-options.c88 case OPTION_U64: in get_value()
204 case OPTION_U64: in get_value()
598 case OPTION_U64: in print_option_help()