Home
last modified time | relevance | path

Searched defs:nr_aggr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dstat.c97 static int evsel__alloc_aggr_stats(struct evsel *evsel, int nr_aggr) in evsel__alloc_aggr_stats()
112 int evlist__alloc_aggr_stats(struct evlist *evlist, int nr_aggr) in evlist__alloc_aggr_stats()
123 static int evsel__alloc_stat_priv(struct evsel *evsel, int nr_aggr) in evsel__alloc_stat_priv()
179 static int evsel__alloc_stats(struct evsel *evsel, int nr_aggr, bool alloc_raw) in evsel__alloc_stats()
193 int nr_aggr = 0; in evlist__alloc_stats() local
H A Dstat.h39 int nr_aggr; member
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c2327 int nr_aggr = stat_config.aggr_map->nr; in process_stat_config_event() local