prev_raw_counts 1271 tools/perf/util/evsel.c if (!evsel->prev_raw_counts) prev_raw_counts 1275 tools/perf/util/evsel.c tmp = evsel->prev_raw_counts->aggr; prev_raw_counts 1276 tools/perf/util/evsel.c evsel->prev_raw_counts->aggr = *count; prev_raw_counts 1278 tools/perf/util/evsel.c tmp = *perf_counts(evsel->prev_raw_counts, cpu, thread); prev_raw_counts 1279 tools/perf/util/evsel.c *perf_counts(evsel->prev_raw_counts, cpu, thread) = *count; prev_raw_counts 48 tools/perf/util/evsel.h struct perf_counts *prev_raw_counts; prev_raw_counts 154 tools/perf/util/stat.c evsel->prev_raw_counts = counts; prev_raw_counts 161 tools/perf/util/stat.c perf_counts__delete(evsel->prev_raw_counts); prev_raw_counts 162 tools/perf/util/stat.c evsel->prev_raw_counts = NULL; prev_raw_counts 167 tools/perf/util/stat.c if (evsel->prev_raw_counts) { prev_raw_counts 168 tools/perf/util/stat.c evsel->prev_raw_counts->aggr.val = 0; prev_raw_counts 169 tools/perf/util/stat.c evsel->prev_raw_counts->aggr.ena = 0; prev_raw_counts 170 tools/perf/util/stat.c evsel->prev_raw_counts->aggr.run = 0;