Home
last modified time | relevance | path

Searched refs:xyarray__max_x (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/lib/perf/
H A Devsel.c132 for (cpu = 0; cpu < xyarray__max_x(evsel->fd); cpu++) in perf_evsel__close_fd()
227 for (i = 0; i < xyarray__max_x(evsel->fd) && !err; i++) in perf_evsel__enable()
242 for (i = 0; i < xyarray__max_x(evsel->fd) && !err; i++) in perf_evsel__disable()
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
H A Dxyarray.h31 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() function
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H A Dxyarray.h38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() function
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c1904 if (xyarray__max_x(evsel->core.fd) != xyarray__max_x(xy) || in record__read_lost_samples()
1910 for (int x = 0; x < xyarray__max_x(xy); x++) { in record__read_lost_samples()
/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.c2716 for (cpu = 0; cpu < xyarray__max_x(evsel->core.fd); cpu++) { in store_evsel_ids()

Completed in 16 milliseconds