Lines Matching refs:stat_specs
114 struct stat_specs { struct
185 struct stat_specs output_spec;
186 struct stat_specs sort_spec;
252 static int parse_stats(const char *stats_str, struct stat_specs *specs);
657 static const struct stat_specs default_output_spec = {
665 static const struct stat_specs default_csv_output_spec = {
676 static const struct stat_specs default_sort_spec = {
685 static const struct stat_specs join_sort_spec = {
786 static int parse_stat(const char *stat_name, struct stat_specs *specs) in parse_stat()
818 static int parse_stats(const char *stats_str, struct stat_specs *specs) in parse_stats()
1774 static int parse_stats_csv(const char *filename, struct stat_specs *specs, in parse_stats_csv()
2116 struct stat_specs base_specs = {}, comp_specs = {}; in handle_comparison_mode()
2117 struct stat_specs tmp_sort_spec; in handle_comparison_mode()
2380 struct stat_specs specs = {}; in handle_replay_mode()