Searched refs:xyarray__entry (Results 1 – 6 of 6) sorted by relevance
/tools/perf/util/ |
D | xyarray.h | 17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
|
D | counts.h | 27 return xyarray__entry(counts->values, cpu, thread); in perf_counts()
|
D | evlist.c | 34 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) 35 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|
D | bpf-loader.c | 1443 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
|
D | evsel.c | 87 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
|
/tools/perf/ |
D | builtin-stat.c | 277 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 508 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
|