Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dstat.c174 static int perf_evsel__alloc_stats(struct evsel *evsel, bool alloc_raw) in perf_evsel__alloc_stats() argument
181 (alloc_raw && perf_evsel__alloc_prev_raw_counts(evsel, ncpus, nthreads) < 0)) in perf_evsel__alloc_stats()
187 int perf_evlist__alloc_stats(struct evlist *evlist, bool alloc_raw) in perf_evlist__alloc_stats() argument
192 if (perf_evsel__alloc_stats(evsel, alloc_raw)) in perf_evlist__alloc_stats()
Dstat.h193 int perf_evlist__alloc_stats(struct evlist *evlist, bool alloc_raw);