Searched refs:perf_evsel__compute_deltas (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | stat.c | 304 perf_evsel__compute_deltas(evsel, cpu, thread, count); in process_counter_values() 384 perf_evsel__compute_deltas(counter, -1, -1, aggr); in perf_stat_process_counter()
|
D | evsel.h | 140 void perf_evsel__compute_deltas(struct evsel *evsel, int cpu, int thread,
|
D | evsel.c | 1266 void perf_evsel__compute_deltas(struct evsel *evsel, int cpu, int thread, in perf_evsel__compute_deltas() function 1423 perf_evsel__compute_deltas(evsel, cpu, thread, &count); in __perf_evsel__read_on_cpu()
|