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

/linux-master/tools/perf/tests/
H A Dopenat-syscall.c53 if (evsel__read_on_cpu(evsel, 0, 0) < 0) {
54 pr_debug("evsel__read_on_cpu\n");
59 pr_debug("evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n",
H A Dopenat-syscall-all-cpus.c101 if (evsel__read_on_cpu(evsel, idx, 0) < 0) {
102 pr_debug("evsel__read_on_cpu\n");
109 pr_debug("evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n",
/linux-master/tools/perf/util/
H A Devsel.h382 * evsel__read_on_cpu - Read out the results on a CPU and thread
388 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) function

Completed in 96 milliseconds