Searched refs:perf_evsel__compute_deltas (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | stat.c | 264 perf_evsel__compute_deltas(evsel, cpu, thread, count); in process_counter_values() 325 perf_evsel__compute_deltas(counter, -1, -1, aggr); in perf_stat_process_counter()
|
D | evsel.h | 152 void perf_evsel__compute_deltas(struct perf_evsel *evsel, int cpu, int thread,
|
D | evsel.c | 1072 void perf_evsel__compute_deltas(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__compute_deltas() function 1142 perf_evsel__compute_deltas(evsel, cpu, thread, &count); in __perf_evsel__read_on_cpu()
|