Searched refs:OPTION_LONG (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dparse-options.h21 OPTION_LONG, enumerator in enum:parse_opt_type
123 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, long *), .help = (h) }
H A Dparse-options.c84 case OPTION_LONG: get_value()
185 case OPTION_LONG: get_value()
590 case OPTION_LONG: print_option_help()

Completed in 54 milliseconds