Searched refs:perf_evsel__read (Results 1 – 12 of 12) sorted by relevance
| /tools/lib/perf/tests/ |
| A D | test-evsel.c | 42 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 D | test-evlist.c | 80 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()
|
| /tools/lib/perf/ |
| A D | libperf.map | 35 perf_evsel__read;
|
| A D | evsel.c | 400 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, in perf_evsel__read() function
|
| /tools/lib/perf/Documentation/examples/ |
| A D | counting.c | 73 perf_evsel__read(evsel, 0, 0, &counts); in main()
|
| /tools/lib/perf/include/perf/ |
| A D | evsel.h | 37 LIBPERF_API int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread,
|
| /tools/perf/tests/ |
| A D | mmap-basic.c | 324 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read() 337 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read() 342 perf_evsel__read(evsel, 0, 0, &counts); in test_stat_user_read()
|
| A D | event-times.c | 199 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
|
| /tools/lib/perf/Documentation/ |
| A D | libperf-counting.txt | 177 82 perf_evsel__read(evsel, 0, 0, &counts);
|
| A D | libperf.txt | 143 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread,
|
| /tools/perf/util/ |
| A D | evsel.c | 1718 return perf_evsel__read(&evsel->core, cpu_map_idx, thread, count); in evsel__read_one()
|
| /tools/perf/ |
| A D | builtin-record.c | 1987 if (perf_evsel__read(&evsel->core, x, y, &count) < 0) { in record__read_lost_samples()
|
Completed in 29 milliseconds