Home
last modified time | relevance | path

Searched refs:_thread (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/perf/
H A Devsel.c59 #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)) \
/linux/tools/perf/scripts/python/
H A Dsctop.py18 import _thread as thread
/linux/tools/perf/util/
H A Dthread.c46 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
49 if (ADD_RC_CHK(thread, _thread) != NULL) { in thread__new()