Searched refs:xyarray__entry (Results 1 – 5 of 5) sorted by relevance
/external/linux-tools-perf/util/ |
D | xyarray.h | 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
|
D | evlist.c | 28 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) 29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|
D | evsel.c | 16 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
|
/external/linux-tools-perf/ |
D | builtin-record.c | 33 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
|
D | android.patch | 574 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) 575 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|