Home
last modified time | relevance | path

Searched refs:__evsel__read_on_cpu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Devsel.h378 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale);
389 return __evsel__read_on_cpu(evsel, cpu_map_idx, thread, false); in evsel__read_on_cpu()
401 return __evsel__read_on_cpu(evsel, cpu_map_idx, thread, true); in evsel__read_on_cpu_scaled()
H A Devsel.c1612 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu() function