Searched refs:alloc_raw (Results 1 – 2 of 2) sorted by relevance
178 static int evsel__alloc_stats(struct evsel *evsel, bool alloc_raw) in evsel__alloc_stats() argument185 (alloc_raw && evsel__alloc_prev_raw_counts(evsel, ncpus, nthreads) < 0)) in evsel__alloc_stats()191 int evlist__alloc_stats(struct evlist *evlist, bool alloc_raw) in evlist__alloc_stats() argument196 if (evsel__alloc_stats(evsel, alloc_raw)) in evlist__alloc_stats()
228 int evlist__alloc_stats(struct evlist *evlist, bool alloc_raw);