Lines Matching refs:stat_specs
99 struct stat_specs { struct
170 struct stat_specs output_spec;
171 struct stat_specs sort_spec;
234 static int parse_stats(const char *stats_str, struct stat_specs *specs);
631 static const struct stat_specs default_output_spec = {
639 static const struct stat_specs default_csv_output_spec = {
648 static const struct stat_specs default_sort_spec = {
657 static const struct stat_specs join_sort_spec = {
753 static int parse_stat(const char *stat_name, struct stat_specs *specs) in parse_stat()
785 static int parse_stats(const char *stats_str, struct stat_specs *specs) in parse_stats()
1478 static int parse_stats_csv(const char *filename, struct stat_specs *specs, in parse_stats_csv()
1820 struct stat_specs base_specs = {}, comp_specs = {}; in handle_comparison_mode()
1821 struct stat_specs tmp_sort_spec; in handle_comparison_mode()
2084 struct stat_specs specs = {}; in handle_replay_mode()