Searched refs:xyarray__max_y (Results 1 – 4 of 4) sorted by relevance
184 for (thread = 0; thread < xyarray__max_y(evsel->fd); ++thread) { in perf_evsel__close_fd_cpu()231 for (thread = 0; thread < xyarray__max_y(evsel->fd); thread++) { in perf_evsel__munmap()256 if (perf_evsel__alloc_mmap(evsel, xyarray__max_x(evsel->fd), xyarray__max_y(evsel->fd)) < 0) in perf_evsel__mmap()260 for (thread = 0; thread < xyarray__max_y(evsel->fd); thread++) { in perf_evsel__mmap()432 for (thread = 0; thread < xyarray__max_y(evsel->fd); thread++) { in perf_evsel__run_ioctl()
33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y() function
1912 xyarray__max_y(evsel->core.fd) != xyarray__max_y(xy)) { in record__read_lost_samples()1918 for (int y = 0; y < xyarray__max_y(xy); y++) { in record__read_lost_samples()
3100 for (thread = 0; thread < xyarray__max_y(evsel->core.fd); in store_evsel_ids()
Completed in 17 milliseconds