Searched refs:list_options (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/ |
D | builtin-list.c | 460 struct option list_options[] = { in cmd_list() local 488 set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN); in cmd_list() 490 set_option_flag(list_options, 0, "cputype", PARSE_OPT_HIDDEN); in cmd_list() 492 argc = parse_options(argc, argv, list_options, list_usage, in cmd_list()
|