Searched refs:perf_evsel__compute_deltas (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | stat.c | 278 perf_evsel__compute_deltas(evsel, cpu, thread, count); in process_counter_values() 358 perf_evsel__compute_deltas(counter, -1, -1, aggr); in perf_stat_process_counter()
|
D | evsel.h | 188 void perf_evsel__compute_deltas(struct perf_evsel *evsel, int cpu, int thread,
|
D | evsel.c | 1296 void perf_evsel__compute_deltas(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__compute_deltas() function 1494 perf_evsel__compute_deltas(evsel, cpu, thread, &count); in __perf_evsel__read_on_cpu()
|