Searched refs:stat_options (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/perf/ |
| D | builtin-stat.c | 1163 static struct option stat_options[] = { variable 2235 argc = parse_options(argc, argv, stat_options, stat_record_usage, in __cmd_record() 2497 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); in cmd_stat() 2498 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); in cmd_stat() 2499 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG); in cmd_stat() 2501 argc = parse_options_subcommand(argc, argv, stat_options, stat_subcommands, in cmd_stat() 2530 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat() 2531 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2547 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat() 2548 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat() [all …]
|