Home
last modified time | relevance | path

Searched refs:stat_options (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-stat.c2170 static int __cmd_record(const struct option stat_options[], struct opt_aggr_mode *opt_mode, in __cmd_record() argument
2176 argc = parse_options(argc, argv, stat_options, stat_record_usage, in __cmd_record()
2450 struct option stat_options[] = { in cmd_stat() local
2618 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); in cmd_stat()
2619 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); in cmd_stat()
2620 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG); in cmd_stat()
2622 argc = parse_options_subcommand(argc, argv, stat_options, stat_subcommands, in cmd_stat()
2636 argc = __cmd_record(stat_options, &opt_mode, argc, argv); in cmd_stat()
2653 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2654 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
[all …]