Home
last modified time | relevance | path

Searched refs:OPT_SET_UINT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-help.c477 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), in cmd_help()
478 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", in cmd_help()
480 OPT_SET_UINT('i', "info", &help_format, "show info page", in cmd_help()
H A Dbuiltin-stat.c
/linux/tools/lib/subcmd/
H A Dparse-options.h128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… macro