Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dxyarray.h17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
Dcounts.h27 return xyarray__entry(counts->values, cpu, thread); in perf_counts()
Devlist.c33 #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)
Devsel.c85 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))