Home
last modified time | relevance | path

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

/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat30 import ctypes
291 char_ptr_size = ctypes.sizeof(ctypes.c_char_p)
326 class perf_event_attr(ctypes.Structure):
335 _fields_ = [('type', ctypes.c_uint32),
336 ('size', ctypes.c_uint32),
337 ('config', ctypes.c_uint64),
338 ('sample_freq', ctypes.c_uint64),
339 ('sample_type', ctypes.c_uint64),
340 ('read_format', ctypes.c_uint64),
341 ('flags', ctypes.c_uint64),
[all …]
/Linux-v4.19/drivers/media/firewire/
Dfiredtv-avc.c151 static const char *ctypes[] = { in debug_fcp_ctype() local
159 const char *ret = ctype < ARRAY_SIZE(ctypes) ? ctypes[ctype] : NULL; in debug_fcp_ctype()
/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py203 from ctypes import *