Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/lib/include/internal/
Dxyarray.h31 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() function
/Linux-v5.4/tools/perf/lib/
Devsel.c121 for (cpu = 0; cpu < xyarray__max_x(evsel->fd); cpu++) in perf_evsel__close_fd()
189 for (cpu = 0; cpu < xyarray__max_x(evsel->fd); cpu++) { in perf_evsel__run_ioctl()
/Linux-v5.4/tools/perf/util/
Devsel.c2523 for (cpu = 0; cpu < xyarray__max_x(evsel->core.fd); cpu++) { in store_evsel_ids()