Searched refs:ctypes (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/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.15/tools/perf/scripts/python/ |
| D | libxed.py | 18 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
|
| D | intel-pt-events.py | 22 from ctypes import create_string_buffer, addressof
|
| D | export-to-postgresql.py | 239 from ctypes import *
|
| D | exported-sql-viewer.py | 135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
|
| /Linux-v5.15/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()
|