Searched refs:perf_evsel__read (Results 1 – 8 of 8) sorted by relevance
/tools/perf/lib/tests/ |
D | test-evsel.c | 38 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()
|
D | test-evlist.c | 59 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/ |
D | libperf.map | 27 perf_evsel__read;
|
D | evsel.c | 168 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read() function
|
/tools/perf/lib/include/perf/ |
D | evsel.h | 31 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
|
/tools/perf/tests/ |
D | event-times.c | 200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
|
/tools/perf/lib/Documentation/man/ |
D | libperf.rst | 93 int perf_evsel__read(struct perf_evsel \*evsel, int cpu, int thread,
|
/tools/perf/util/ |
D | evsel.c | 1314 return perf_evsel__read(&evsel->core, cpu, thread, count); in perf_evsel__read_one()
|