Searched refs:check_options (Results 1 – 2 of 2) sorted by relevance
| /tools/perf/ |
| A D | builtin-check.c | 13 static struct option check_options[] = { variable 17 static struct option check_feature_options[] = { OPT_PARENT(check_options) }; 171 argc = parse_options_subcommand(argc, argv, check_options, in cmd_check() 175 usage_with_options(check_usage, check_options); in cmd_check() 182 usage_with_options(check_usage, check_options); in cmd_check()
|
| /tools/objtool/ |
| A D | builtin-check.c | 74 static const struct option check_options[] = { variable 126 parse_options(envc, envv, check_options, env_usage, 0); in cmd_parse_options() 133 argc = parse_options(argc, argv, check_options, usage, 0); in cmd_parse_options() 135 usage_with_options(usage, check_options); in cmd_parse_options()
|
Completed in 3 milliseconds