xyarray__entry 238 tools/perf/builtin-stat.c #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) xyarray__entry 182 tools/perf/lib/evlist.c #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) xyarray__entry 40 tools/perf/lib/evsel.c #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y)) xyarray__entry 1451 tools/perf/util/bpf-loader.c evt_fd = xyarray__entry(xy, key, 0); xyarray__entry 23 tools/perf/util/counts.h return xyarray__entry(counts->values, cpu, thread); xyarray__entry 29 tools/perf/util/counts.h return *((bool *) xyarray__entry(counts->loaded, cpu, thread)); xyarray__entry 35 tools/perf/util/counts.h *((bool *) xyarray__entry(counts->loaded, cpu, thread)) = loaded; xyarray__entry 52 tools/perf/util/evlist.c #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) xyarray__entry 53 tools/perf/util/evlist.c #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) xyarray__entry 103 tools/perf/util/evsel.c #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))