Searched refs:_thread (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/lib/perf/ |
D | evsel.c | 46 #define FD(_evsel, _cpu_map_idx, _thread) \ argument 47 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread)) 48 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument 49 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
|
/linux-5.19.10/tools/perf/scripts/python/ |
D | sctop.py | 18 import _thread as thread
|
/linux-5.19.10/drivers/dma/ |
D | dmatest.c | 938 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local 941 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()
|