Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/perf/tests/
Dtest-evsel.c38 perf_evsel__read(evsel, idx, 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.c70 perf_evsel__read(evsel, idx, 0, &counts); in test_stat_cpu()
122 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
175 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
182 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
/kernel/linux/linux-5.10/tools/lib/perf/
Dlibperf.map26 perf_evsel__read;
Devsel.c184 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read() function
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
Devsel.h30 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/
Dcounting.c73 perf_evsel__read(evsel, 0, 0, &counts); in main()
/kernel/linux/linux-5.10/tools/perf/tests/
Devent-times.c200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dlibperf-counting.txt177 82 perf_evsel__read(evsel, 0, 0, &counts);
Dlibperf.txt139 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/kernel/linux/linux-5.10/tools/perf/util/
Devsel.c1443 return perf_evsel__read(&evsel->core, cpu, thread, count); in evsel__read_one()