Searched refs:stat_options (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/ | 
| D | builtin-stat.c | 726 static struct option stat_options[] = {  variable 1428 	argc = parse_options(argc, argv, stat_options, stat_record_usage,  in __cmd_record() 1704 	set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG);  in cmd_stat() 1705 	set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG);  in cmd_stat() 1706 	set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG);  in cmd_stat() 1708 	argc = parse_options_subcommand(argc, argv, stat_options, stat_subcommands,  in cmd_stat() 1739 		parse_options_usage(stat_usage, stat_options, "o", 1);  in cmd_stat() 1740 		parse_options_usage(NULL, stat_options, "log-fd", 0);  in cmd_stat() 1756 		parse_options_usage(stat_usage, stat_options, "r", 1);  in cmd_stat() 1757 		parse_options_usage(NULL, stat_options, "table", 0);  in cmd_stat() [all …] 
 |