Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/perf/
Devsel.c46 #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-v6.6/tools/perf/util/
Dthread.c44 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
47 if (ADD_RC_CHK(thread, _thread) != NULL) { in thread__new()
/Linux-v6.6/tools/perf/scripts/python/
Dsctop.py18 import _thread as thread
/Linux-v6.6/drivers/dma/
Ddmatest.c937 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local
940 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()