Searched refs:xyarray__max_x (Results 1 – 5 of 5) sorted by relevance
196 for (int idx = 0; idx < xyarray__max_x(evsel->fd); idx++) in perf_evsel__close_fd()230 for (idx = 0; idx < xyarray__max_x(evsel->fd); idx++) { 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()259 for (idx = 0; idx < xyarray__max_x(evsel->fd); idx++) { in perf_evsel__mmap()467 for (i = 0; i < xyarray__max_x(evsel->fd) && !err; i++) in perf_evsel__enable()482 for (i = 0; i < xyarray__max_x(evsel->fd) && !err; i++) in perf_evsel__disable()
38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() function
144 for (x = 0; x < xyarray__max_x(evsel->core.fd); x++) { in perf_bpf_filter__prepare()
3070 for (cpu_map_idx = 0; cpu_map_idx < xyarray__max_x(evsel->core.fd); cpu_map_idx++) { in store_evsel_ids()
1906 if (xyarray__max_x(evsel->core.fd) != xyarray__max_x(xy) || in record__read_lost_samples()1912 for (int x = 0; x < xyarray__max_x(xy); x++) { in record__read_lost_samples()