Searched refs:perf_evsel__read (Results 1 – 10 of 10) sorted by relevance
/linux/tools/lib/perf/tests/ |
A D | test-evsel.c | 39 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 D | test-evlist.c | 76 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 D | libperf.map | 29 perf_evsel__read;
|
A D | evsel.c | 306 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read() function
|
/linux/tools/lib/perf/include/perf/ |
A D | evsel.h | 33 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
|
/linux/tools/lib/perf/Documentation/examples/ |
A D | counting.c | 73 perf_evsel__read(evsel, 0, 0, &counts); in main()
|
/linux/tools/perf/tests/ |
A D | event-times.c | 200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
|
/linux/tools/lib/perf/Documentation/ |
A D | libperf-counting.txt | 177 82 perf_evsel__read(evsel, 0, 0, &counts);
|
A D | libperf.txt | 142 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,
|
/linux/tools/perf/util/ |
A D | evsel.c | 1502 return perf_evsel__read(&evsel->core, cpu, thread, count); in evsel__read_one()
|
Completed in 13 milliseconds