Searched refs:xyarray__entry (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
H A D | xyarray.h | 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) xyarray__entry() function
|
H A D | evlist.c | 32 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) 33 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|
H A D | evsel.c | 83 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
|
Completed in 360 milliseconds