Searched refs:OPT_ARGUMENT (Results 1 – 2 of 2) sorted by relevance
/tools/perf/ |
D | perf.c | 156 OPT_ARGUMENT("help", "help"), 157 OPT_ARGUMENT("version", "version"), 158 OPT_ARGUMENT("exec-path", "exec-path"), 159 OPT_ARGUMENT("html-path", "html-path"), 160 OPT_ARGUMENT("paginate", "paginate"), 161 OPT_ARGUMENT("no-pager", "no-pager"), 162 OPT_ARGUMENT("debugfs-dir", "debugfs-dir"), 163 OPT_ARGUMENT("buildid-dir", "buildid-dir"), 164 OPT_ARGUMENT("list-cmds", "list-cmds"), 165 OPT_ARGUMENT("list-opts", "list-opts"), [all …]
|
/tools/lib/subcmd/ |
D | parse-options.h | 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } macro
|