Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-options.h14 OPTION_BOOLEAN, enumerator
113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), …
115 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
Dparse-options.c72 case OPTION_BOOLEAN: in get_value()
99 case OPTION_BOOLEAN: in get_value()
629 case OPTION_BOOLEAN: in print_option_help()