Searched refs:_cpu_map_idx (Results 1 – 1 of 1) sorted by relevance
59 #define FD(_evsel, _cpu_map_idx, _thread) \ argument60 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread))61 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument62 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
Completed in 4 milliseconds