Home
last modified time | relevance | path

Searched refs:xyarray__entry (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dxyarray.h15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
Devsel.c18 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
19 #define GROUP_FD(group_fd, cpu) (*(int *)xyarray__entry(group_fd, cpu, 0))
Devlist.c25 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
26 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)