Searched refs:perf_evsel__read (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
D | test-evsel.c | 38 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()
|
D | test-evlist.c | 70 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/ |
D | libperf.map | 26 perf_evsel__read;
|
D | evsel.c | 184 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/ |
D | evsel.h | 30 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/ |
D | counting.c | 73 perf_evsel__read(evsel, 0, 0, &counts); in main()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | event-times.c | 200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 177 82 perf_evsel__read(evsel, 0, 0, &counts);
|
D | libperf.txt | 139 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | evsel.c | 1443 return perf_evsel__read(&evsel->core, cpu, thread, count); in evsel__read_one()
|