Searched refs:OPT_ARGUMENT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | perf.c | 166 OPT_ARGUMENT("help", "help"), 167 OPT_ARGUMENT("version", "version"), 168 OPT_ARGUMENT("exec-path", "exec-path"), 169 OPT_ARGUMENT("html-path", "html-path"), 170 OPT_ARGUMENT("paginate", "paginate"), 171 OPT_ARGUMENT("no-pager", "no-pager"), 172 OPT_ARGUMENT("debugfs-dir", "debugfs-dir"), 173 OPT_ARGUMENT("buildid-dir", "buildid-dir"), 174 OPT_ARGUMENT("list-cmds", "list-cmds"), 175 OPT_ARGUMENT("list-opts", "list-opts"), [all …]
|
/openbmc/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
|