Searched refs:stat_options (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1185 static struct option stat_options[] = { variable 2257 argc = parse_options(argc, argv, stat_options, stat_record_usage, in __cmd_record() 2519 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); in cmd_stat() 2520 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); in cmd_stat() 2521 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG); in cmd_stat() 2523 argc = parse_options_subcommand(argc, argv, stat_options, stat_subcommands, in cmd_stat() 2552 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat() 2553 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2569 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat() 2570 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat() [all …]
|