HomeSort by relevance Sort by last modified time
    Searched refs:xyarray__entry (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/util/
xyarray.h 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) function
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)
evsel.c 16 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
  /external/linux-tools-perf/
builtin-record.c 33 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))

Completed in 6182 milliseconds