Searched refs:xyarray__entry (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 33 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) 34 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|
D | evsel.c | 85 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
|