Searched refs:alloc_raw (Results 1 – 2 of 2) sorted by relevance
85 int perf_evsel__alloc_stats(struct perf_evsel *evsel, bool alloc_raw);87 int perf_evlist__alloc_stats(struct perf_evlist *evlist, bool alloc_raw);
143 int perf_evsel__alloc_stats(struct perf_evsel *evsel, bool alloc_raw) in perf_evsel__alloc_stats() argument150 (alloc_raw && perf_evsel__alloc_prev_raw_counts(evsel, ncpus, nthreads) < 0)) in perf_evsel__alloc_stats()156 int perf_evlist__alloc_stats(struct perf_evlist *evlist, bool alloc_raw) in perf_evlist__alloc_stats() argument161 if (perf_evsel__alloc_stats(evsel, alloc_raw)) in perf_evlist__alloc_stats()