Home
last modified time | relevance | path

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

/Linux-v6.1/tools/kvm/kvm_stat/
Dkvm_stat29 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/
Dlibxed.py18 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
Dintel-pt-events.py22 from ctypes import create_string_buffer, addressof
Dexport-to-postgresql.py239 from ctypes import *
Dexported-sql-viewer.py135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
/Linux-v6.1/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-v6.1/rust/
DMakefile278 --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \