Searched refs:check_options (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-check.c | 14 static struct option check_options[] = { variable 18 static struct option check_feature_options[] = { OPT_PARENT(check_options) }; 172 argc = parse_options_subcommand(argc, argv, check_options, in cmd_check() 176 usage_with_options(check_usage, check_options); in cmd_check() 183 usage_with_options(check_usage, check_options); in cmd_check()
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 74 static const struct option check_options[] = { variable 133 parse_options(envc, envv, check_options, env_usage, 0); in cmd_parse_options() 140 argc = parse_options(argc, argv, check_options, usage, 0); in opts_valid() 142 usage_with_options(usage, check_options); in opts_valid()
|