Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
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
Dstat.h39 int nr_aggr; member
/linux-6.6.21/tools/perf/
Dbuiltin-stat.c2305 int nr_aggr = stat_config.aggr_map->nr; in process_stat_config_event() local