Home
last modified time | relevance | path

Searched refs:perf_evsel__read (Results 1 – 8 of 8) sorted by relevance

/tools/perf/lib/tests/
Dtest-evsel.c38 perf_evsel__read(evsel, cpu, 0, &counts); in test_stat_cpu()
71 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
104 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
110 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
Dtest-evlist.c59 perf_evsel__read(evsel, cpu, 0, &counts); in test_stat_cpu()
111 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
164 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
171 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
/tools/perf/lib/
Dlibperf.map27 perf_evsel__read;
Devsel.c168 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read() function
/tools/perf/lib/include/perf/
Devsel.h31 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/tools/perf/tests/
Devent-times.c200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
/tools/perf/lib/Documentation/man/
Dlibperf.rst93 int perf_evsel__read(struct perf_evsel \*evsel, int cpu, int thread,
/tools/perf/util/
Devsel.c1314 return perf_evsel__read(&evsel->core, cpu, thread, count); in perf_evsel__read_one()