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.c2149 static int __cmd_record(const struct option stat_options[], struct opt_aggr_mode *opt_mode, in __cmd_record() argument
2155 argc = parse_options(argc, argv, stat_options, stat_record_usage, in __cmd_record()
2430 struct option stat_options[] = { in cmd_stat() local
2600 set_option_flag(stat_options, 'e', "event", PARSE_OPT_NONEG); in cmd_stat()
2601 set_option_flag(stat_options, 'M', "metrics", PARSE_OPT_NONEG); in cmd_stat()
2602 set_option_flag(stat_options, 'G', "cgroup", PARSE_OPT_NONEG); in cmd_stat()
2604 argc = parse_options_subcommand(argc, argv, stat_options, stat_subcommands, in cmd_stat()
2621 argc = __cmd_record(stat_options, &opt_mode, argc, argv); in cmd_stat()
2638 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2639 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
[all …]