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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
xyarray.h 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) function
evlist.c 27 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
28 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
evsel.c 33 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 330 milliseconds