Searched refs:_thread (Results 1 – 3 of 3) sorted by relevance
59 #define FD(_evsel, _cpu_map_idx, _thread) \ argument 60 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread))61 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument 62 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
18 import _thread as thread
46 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new() 49 if (ADD_RC_CHK(thread, _thread) != NULL) { in thread__new()