Searched refs:ctypes (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/kvm/kvm_stat/ | 
| D | kvm_stat | 29 import ctypes 290         char_ptr_size = ctypes.sizeof(ctypes.c_char_p) 325 class perf_event_attr(ctypes.Structure): 334     _fields_ = [('type', ctypes.c_uint32), 335                 ('size', ctypes.c_uint32), 336                 ('config', ctypes.c_uint64), 337                 ('sample_freq', ctypes.c_uint64), 338                 ('sample_type', ctypes.c_uint64), 339                 ('read_format', ctypes.c_uint64), 340                 ('flags', ctypes.c_uint64), [all …] 
 | 
| /Linux-v5.4/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-v5.4/tools/perf/scripts/python/ | 
| D | export-to-postgresql.py | 239 from ctypes import *
  | 
| D | exported-sql-viewer.py | 126 from ctypes import *
  |