Searched refs:stat_options (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/perf/ |
| D | builtin-stat.c | 1171 static struct option stat_options[] = { variable 1988 argc = parse_options(argc, argv, stat_options, stat_record_usage, in __cmd_record() 2240 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); in cmd_stat() 2241 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); in cmd_stat() 2242 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG); in cmd_stat() 2244 argc = parse_options_subcommand(argc, argv, stat_options, stat_subcommands, in cmd_stat() 2275 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat() 2276 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2292 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat() 2293 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat() [all …]
|