Home
last modified time | relevance | path

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

/linux/tools/kvm/kvm_stat/
A Dkvm_stat29 import ctypes
296 char_ptr_size = ctypes.sizeof(ctypes.c_char_p)
334 class perf_event_attr(ctypes.Structure):
343 _fields_ = [('type', ctypes.c_uint32),
344 ('size', ctypes.c_uint32),
345 ('config', ctypes.c_uint64),
349 ('flags', ctypes.c_uint64),
359 self.size = ctypes.sizeof(self)
438 ctypes.c_int(pid), ctypes.c_int(cpu),
439 ctypes.c_int(group_fd), ctypes.c_long(flags))
[all …]
/linux/tools/perf/scripts/python/
A Dlibxed.py18 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
A Dintel-pt-events.py22 from ctypes import create_string_buffer, addressof
A Dexport-to-postgresql.py239 from ctypes import *
A Dexported-sql-viewer.py135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
/linux/drivers/media/firewire/
A 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()

Completed in 24 milliseconds