Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/perf/tests/
Dtest-evsel.c39 perf_evsel__read(evsel, idx, 0, &counts); in test_stat_cpu()
72 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
105 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
111 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
159 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
168 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
173 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
Dtest-evlist.c76 perf_evsel__read(evsel, idx, 0, &counts); in test_stat_cpu()
132 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
189 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
196 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
/Linux-v5.15/tools/lib/perf/
Dlibperf.map29 perf_evsel__read;
Devsel.c306 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read() function
/Linux-v5.15/tools/lib/perf/include/perf/
Devsel.h33 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/Linux-v5.15/tools/lib/perf/Documentation/examples/
Dcounting.c73 perf_evsel__read(evsel, 0, 0, &counts); in main()
/Linux-v5.15/tools/perf/tests/
Devent-times.c200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
/Linux-v5.15/tools/lib/perf/Documentation/
Dlibperf-counting.txt177 82 perf_evsel__read(evsel, 0, 0, &counts);
Dlibperf.txt142 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/Linux-v5.15/tools/perf/util/
Devsel.c1483 return perf_evsel__read(&evsel->core, cpu, thread, count); in evsel__read_one()