Searched refs:ctypes (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/tools/kvm/kvm_stat/ |
D | kvm_stat | 29 import ctypes 364 char_ptr_size = ctypes.sizeof(ctypes.c_char_p) 402 class perf_event_attr(ctypes.Structure): 411 _fields_ = [('type', ctypes.c_uint32), 412 ('size', ctypes.c_uint32), 413 ('config', ctypes.c_uint64), 414 ('sample_freq', ctypes.c_uint64), 415 ('sample_type', ctypes.c_uint64), 416 ('read_format', ctypes.c_uint64), 417 ('flags', ctypes.c_uint64), [all …]
|
/Linux-v6.1/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-v6.1/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-v6.1/rust/ |
D | Makefile | 278 --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
|