Searched refs:OPT_ARGUMENT (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/ |
H A D | perf.c | 182 OPT_ARGUMENT("help", "help"), 183 OPT_ARGUMENT("version", "version"), 184 OPT_ARGUMENT("exec-path", "exec-path"), 185 OPT_ARGUMENT("html-path", "html-path"), 186 OPT_ARGUMENT("paginate", "paginate"), 187 OPT_ARGUMENT("no-pager", "no-pager"), 188 OPT_ARGUMENT("debugfs-dir", "debugfs-dir"), 189 OPT_ARGUMENT("buildid-dir", "buildid-dir"), 190 OPT_ARGUMENT("list-cmds", "list-cmds"), 191 OPT_ARGUMENT("lis [all...] |
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } macro
|