Home
last modified time | relevance | path

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

/Linux-v5.10/tools/kvm/kvm_stat/
Dkvm_stat29 import ctypes
296 char_ptr_size = ctypes.sizeof(ctypes.c_char_p)
334 class perf_event_attr(ctypes.Structure):
343 _fields_ = [('type', ctypes.c_uint32),
344 ('size', ctypes.c_uint32),
345 ('config', ctypes.c_uint64),
346 ('sample_freq', ctypes.c_uint64),
347 ('sample_type', ctypes.c_uint64),
348 ('read_format', ctypes.c_uint64),
349 ('flags', ctypes.c_uint64),
[all …]
/Linux-v5.10/drivers/media/firewire/
Dfiredtv-avc.c147 static const char *ctypes[] = { in debug_fcp_ctype() local
155 const char *ret = ctype < ARRAY_SIZE(ctypes) ? ctypes[ctype] : NULL; in debug_fcp_ctype()
/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py239 from ctypes import *
Dexported-sql-viewer.py129 from ctypes import *