Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Devsel.h283 int __evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread, bool scale);
294 return __evsel__read_on_cpu(evsel, cpu, thread, false); in evsel__read_on_cpu()
306 return __evsel__read_on_cpu(evsel, cpu, thread, true); in evsel__read_on_cpu_scaled()
Devsel.c1539 int __evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread, bool scale) in __evsel__read_on_cpu() function