Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Devsel.h379 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale);
390 return __evsel__read_on_cpu(evsel, cpu_map_idx, thread, false); in evsel__read_on_cpu()
402 return __evsel__read_on_cpu(evsel, cpu_map_idx, thread, true); in evsel__read_on_cpu_scaled()
H A Devsel.c1900 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu() function