Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dopen-syscall.c42 if (perf_evsel__read_on_cpu(evsel, 0, 0) < 0) { in test__open_syscall_event()
Dopen-syscall-all-cpus.c93 if (perf_evsel__read_on_cpu(evsel, cpu, 0) < 0) { in test__open_syscall_event_on_all_cpus()
/linux-4.1.27/tools/perf/util/
Devsel.h256 static inline int perf_evsel__read_on_cpu(struct perf_evsel *evsel, in perf_evsel__read_on_cpu() function