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

/linux-master/tools/lib/perf/include/internal/
H A Dxyarray.h38 static inline int xyarray__max_x(struct xyarray *xy) function
/linux-master/tools/lib/perf/
H A Devsel.c196 for (int idx = 0; idx < xyarray__max_x(evsel->fd); idx++)
230 for (idx = 0; idx < xyarray__max_x(evsel->fd); idx++) {
256 if (perf_evsel__alloc_mmap(evsel, xyarray__max_x(evsel->fd), xyarray__max_y(evsel->fd)) < 0)
259 for (idx = 0; idx < xyarray__max_x(evsel->fd); idx++) {
467 for (i = 0; i < xyarray__max_x(evsel->fd) && !err; i++)
482 for (i = 0; i < xyarray__max_x(evsel->fd) && !err; i++)
/linux-master/tools/perf/util/
H A Dbpf-filter.c144 for (x = 0; x < xyarray__max_x(evsel->core.fd); x++) {
H A Devsel.c3125 for (cpu_map_idx = 0; cpu_map_idx < xyarray__max_x(evsel->core.fd); cpu_map_idx++) {
/linux-master/tools/perf/
H A Dbuiltin-record.c1944 if (xyarray__max_x(evsel->core.fd) != xyarray__max_x(xy) ||
1950 for (int x = 0; x < xyarray__max_x(xy); x++) {

Completed in 174 milliseconds