Home
last modified time | relevance | path

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

/linux/tools/lib/perf/tests/
A 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()
A 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/tools/lib/perf/
A Dlibperf.map29 perf_evsel__read;
A Devsel.c306 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read() function
/linux/tools/lib/perf/include/perf/
A Devsel.h33 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/linux/tools/lib/perf/Documentation/examples/
A Dcounting.c73 perf_evsel__read(evsel, 0, 0, &counts); in main()
/linux/tools/perf/tests/
A Devent-times.c200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
/linux/tools/lib/perf/Documentation/
A Dlibperf-counting.txt177 82 perf_evsel__read(evsel, 0, 0, &counts);
A Dlibperf.txt142 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
/linux/tools/perf/util/
A Devsel.c1502 return perf_evsel__read(&evsel->core, cpu, thread, count); in evsel__read_one()

Completed in 13 milliseconds