Searched refs:ctypes (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/kvm/kvm_stat/ |
D | kvm_stat | 29 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/ |
D | firedtv-avc.c | 147 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/ |
D | export-to-postgresql.py | 239 from ctypes import *
|
D | exported-sql-viewer.py | 129 from ctypes import *
|