Lines Matching refs:prev_raw_counts
157 evsel->prev_raw_counts = counts;
164 perf_counts__delete(evsel->prev_raw_counts);
165 evsel->prev_raw_counts = NULL;
170 if (evsel->prev_raw_counts)
171 perf_counts__reset(evsel->prev_raw_counts);
240 *perf_counts(evsel->prev_raw_counts, cpu,
245 evsel->counts->aggr = evsel->prev_raw_counts->aggr;
262 * we copy the counts from evsel->prev_raw_counts to
271 *perf_counts(evsel->prev_raw_counts, 0, 0) =
272 evsel->prev_raw_counts->aggr;