Home
last modified time | relevance | path

Searched refs:evlist__alloc_aggr_stats (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dstat.h198 int evlist__alloc_aggr_stats(struct evlist *evlist, int nr_aggr);
H A Dstat.c112 int evlist__alloc_aggr_stats(struct evlist *evlist, int nr_aggr) in evlist__alloc_aggr_stats() function
/openbmc/linux/tools/perf/tests/
H A Dparse-metric.c38 evlist__alloc_aggr_stats(evlist, 1); in load_runtime_stat()
H A Dpmu-events.c862 evlist__alloc_aggr_stats(evlist, 1); in test__parsing_callback()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c2307 if (evlist__alloc_aggr_stats(session->evlist, nr_aggr) < 0) { in process_stat_config_event()