Home
last modified time | relevance | path

Searched refs:xyarray__max_x (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/lib/perf/
H A Devsel.c196 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()
/openbmc/linux/tools/lib/perf/include/internal/
H A Dxyarray.h38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() function
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c144 for (x = 0; x < xyarray__max_x(evsel->core.fd); x++) { in perf_bpf_filter__prepare()
H A Devsel.c3070 for (cpu_map_idx = 0; cpu_map_idx < xyarray__max_x(evsel->core.fd); cpu_map_idx++) { in store_evsel_ids()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1906 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()