Searched refs:ctypes (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 30 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/ |
D | firedtv-avc.c | 151 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/ |
D | export-to-postgresql.py | 203 from ctypes import *
|