Searched refs:xyarray__max_y (Results 1 – 5 of 5) 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
145 for (y = 0; y < xyarray__max_y(evsel->core.fd); y++) { in perf_bpf_filter__prepare()
3071 for (thread = 0; thread < xyarray__max_y(evsel->core.fd); in store_evsel_ids()
1907 xyarray__max_y(evsel->core.fd) != xyarray__max_y(xy)) { in record__read_lost_samples()1913 for (int y = 0; y < xyarray__max_y(xy); y++) { in record__read_lost_samples()