Home
last modified time | relevance | path

Searched refs:alloc_raw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dstat.c179 static int evsel__alloc_stats(struct evsel *evsel, int nr_aggr, bool alloc_raw) in evsel__alloc_stats() argument
183 (alloc_raw && evsel__alloc_prev_raw_counts(evsel) < 0)) in evsel__alloc_stats()
190 struct evlist *evlist, bool alloc_raw) in evlist__alloc_stats() argument
199 if (evsel__alloc_stats(evsel, nr_aggr, alloc_raw)) in evlist__alloc_stats()
H A Dstat.h191 struct evlist *evlist, bool alloc_raw);