Searched refs:_thread (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/perf/ |
H A D | evsel.c | 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)) \
|
/linux/tools/perf/scripts/python/ |
H A D | sctop.py | 18 import _thread as thread
|
/linux/tools/perf/util/ |
H A D | thread.c | 46 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new() 49 if (ADD_RC_CHK(thread, _thread) != NULL) { in thread__new()
|
/linux/drivers/dma/ |
H A D | dmatest.c | 951 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local 954 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()
|