stat_specs
struct stat_specs output_spec;
struct stat_specs sort_spec;
static int parse_stats_csv(const char *filename, struct stat_specs *specs,
struct stat_specs base_specs = {}, comp_specs = {};
struct stat_specs tmp_sort_spec;
static int parse_stats(const char *stats_str, struct stat_specs *specs);
struct stat_specs specs = {};
static const struct stat_specs default_output_spec = {
static const struct stat_specs default_csv_output_spec = {
static const struct stat_specs default_sort_spec = {
static const struct stat_specs join_sort_spec = {
static int parse_stat(const char *stat_name, struct stat_specs *specs)
static int parse_stats(const char *stats_str, struct stat_specs *specs)