HomeSort by relevance Sort by last modified time
    Searched refs:OPT_SET_UINT (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
builtin-help.c 36 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN),
37 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser",
39 OPT_SET_UINT('i', "info", &help_format, "show info page",
  /external/linux-tools-perf/util/
parse-options.h 117 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }

Completed in 49 milliseconds