Home
last modified time | relevance | path

Searched refs:xyarray__max_y (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/lib/perf/
Devsel.c184 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()
/linux-6.1.9/tools/lib/perf/include/internal/
Dxyarray.h33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y() function
/linux-6.1.9/tools/perf/
Dbuiltin-record.c1914 xyarray__max_y(evsel->core.fd) != xyarray__max_y(xy)) { in record__read_lost_samples()
1920 for (int y = 0; y < xyarray__max_y(xy); y++) { in record__read_lost_samples()
/linux-6.1.9/tools/perf/util/
Devsel.c3095 for (thread = 0; thread < xyarray__max_y(evsel->core.fd); in store_evsel_ids()