Searched refs:_cpu_map_idx (Results 1 – 1 of 1) sorted by relevance
46 #define FD(_evsel, _cpu_map_idx, _thread) \ argument47 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread))48 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument49 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \