Searched refs:evsel__read_on_cpu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | openat-syscall.c | 49 if (evsel__read_on_cpu(evsel, 0, 0) < 0) { in test__openat_syscall_event() 50 pr_debug("evsel__read_on_cpu\n"); in test__openat_syscall_event() 55 pr_debug("evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n", in test__openat_syscall_event()
|
H A D | openat-syscall-all-cpus.c | 106 if (evsel__read_on_cpu(evsel, cpu, 0) < 0) { in test__openat_syscall_event_on_all_cpus() 107 pr_debug("evsel__read_on_cpu\n"); in test__openat_syscall_event_on_all_cpus() 114 pr_debug("evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n", in test__openat_syscall_event_on_all_cpus()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | openat-syscall.c | 53 if (evsel__read_on_cpu(evsel, 0, 0) < 0) { in test__openat_syscall_event() 54 pr_debug("evsel__read_on_cpu\n"); in test__openat_syscall_event() 59 pr_debug("evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n", in test__openat_syscall_event()
|
H A D | openat-syscall-all-cpus.c | 101 if (evsel__read_on_cpu(evsel, idx, 0) < 0) { in test__openat_syscall_event_on_all_cpus() 102 pr_debug("evsel__read_on_cpu\n"); in test__openat_syscall_event_on_all_cpus() 109 pr_debug("evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n", in test__openat_syscall_event_on_all_cpus()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.h | 286 * evsel__read_on_cpu - Read out the results on a CPU and thread 292 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.h | 381 * evsel__read_on_cpu - Read out the results on a CPU and thread 387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() function
|
Completed in 3 milliseconds