Home
last modified time | relevance | path

Searched refs:evsel__read_on_cpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dopenat-syscall.c53 if (evsel__read_on_cpu(evsel, 0, 0) < 0) { in test__openat_syscall_event()
H A Dopenat-syscall-all-cpus.c101 if (evsel__read_on_cpu(evsel, idx, 0) < 0) { in test__openat_syscall_event_on_all_cpus()
/openbmc/linux/tools/perf/util/
H A Devsel.h387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() function