Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/perf/tests/
A Dtest-evsel.c42 perf_evsel__read(evsel, idx, 0, &counts); in test_stat_cpu()
75 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
108 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
114 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
165 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
174 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
179 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
213 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_read_format_single()
259 perf_evsel__read(leader, 0, 0, &counts); in test_stat_read_format_group()
272 perf_evsel__read(member, 0, 0, &counts); in test_stat_read_format_group()
A Dtest-evlist.c80 perf_evsel__read(evsel, idx, 0, &counts); in test_stat_cpu()
136 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread()
193 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
200 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_thread_enable()
479 perf_evsel__read(evsel, 0, 0, &expected_counts); in test_stat_multiplexing()
521 perf_evsel__read(evsel, 0, 0, &counts[i]); in test_stat_multiplexing()
/linux-6.3-rc2/tools/perf/tests/
A Dmmap-basic.c228 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
240 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
245 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
A Devent-times.c200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
/linux-6.3-rc2/tools/lib/perf/
A Dlibperf.map32 perf_evsel__read;
A Devsel.c387 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, in perf_evsel__read() function
/linux-6.3-rc2/tools/lib/perf/Documentation/examples/
A Dcounting.c73 perf_evsel__read(evsel, 0, 0, &counts); in main()
/linux-6.3-rc2/tools/lib/perf/include/perf/
A Devsel.h37 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread,
/linux-6.3-rc2/tools/lib/perf/Documentation/
A Dlibperf-counting.txt177 82 perf_evsel__read(evsel, 0, 0, &counts);
A Dlibperf.txt144 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread,
/linux-6.3-rc2/Documentation/arm64/
A Dperf.rst133 and perf_evsel__read() functions. See `tools/lib/perf/tests/test-evsel.c`_ for
/linux-6.3-rc2/tools/perf/util/
A Devsel.c1543 return perf_evsel__read(&evsel->core, cpu_map_idx, thread, count); in evsel__read_one()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c1868 if (perf_evsel__read(&evsel->core, cpu_idx, thread_idx, &count) < 0) { in __record__read_lost_samples()

Completed in 21 milliseconds