Searched refs:OPT_ARGUMENT (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/perf/ |
A D | perf.c | 174 OPT_ARGUMENT("help", "help"), 175 OPT_ARGUMENT("version", "version"), 176 OPT_ARGUMENT("exec-path", "exec-path"), 177 OPT_ARGUMENT("html-path", "html-path"), 178 OPT_ARGUMENT("paginate", "paginate"), 179 OPT_ARGUMENT("no-pager", "no-pager"), 180 OPT_ARGUMENT("debugfs-dir", "debugfs-dir"), 181 OPT_ARGUMENT("buildid-dir", "buildid-dir"), 182 OPT_ARGUMENT("list-cmds", "list-cmds"), 183 OPT_ARGUMENT("list-opts", "list-opts"), [all …]
|
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | parse-options.h | 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } macro
|
Completed in 7 milliseconds