Home
last modified time | relevance | path

Searched refs:c_void_p (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dlibxed.py19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong namespace
60 self.xed_decoded_inst_zero.argtypes = [ c_void_p ]
64 self.xed_operand_values_set_mode.argtypes = [ c_void_p, c_void_p ]
68 self.xed_decoded_inst_zero_keep_mode.argtypes = [ c_void_p ]
72 self.xed_decode.argtypes = [ c_void_p, c_void_p, c_uint ]
76 self.xed_format_context.argtypes = [ c_int, c_void_p, c_void_p, c_int, c_ulonglong, c_void_p, c_void_
[all...]
H A Dexport-to-postgresql.py242 PQconnectdb.restype = c_void_p
245 PQfinish.argtypes = [ c_void_p ]
248 PQstatus.argtypes = [ c_void_p ]
250 PQexec.restype = c_void_p
251 PQexec.argtypes = [ c_void_p, c_char_p ]
254 PQresultStatus.argtypes = [ c_void_p ]
257 PQputCopyData.argtypes = [ c_void_p, c_void_p, c_int ]
260 PQputCopyEnd.argtypes = [ c_void_p, c_void_p ]
[all...]
H A Dexported-sql-viewer.py136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong namespace
4758 result = sizeof(c_void_p)
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexport-to-postgresql.py242 PQconnectdb.restype = c_void_p
245 PQfinish.argtypes = [ c_void_p ]
248 PQstatus.argtypes = [ c_void_p ]
250 PQexec.restype = c_void_p
251 PQexec.argtypes = [ c_void_p, c_char_p ]
254 PQresultStatus.argtypes = [ c_void_p ]
257 PQputCopyData.argtypes = [ c_void_p, c_void_p, c_int ]
260 PQputCopyEnd.argtypes = [ c_void_p, c_void_p ]
[all...]
H A Dexported-sql-viewer.py135 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong namespace
4789 self.xed_decoded_inst_zero.argtypes = [ c_void_p ]
4793 self.xed_operand_values_set_mode.argtypes = [ c_void_p, c_void_p ]
4797 self.xed_decoded_inst_zero_keep_mode.argtypes = [ c_void_p ]
4801 self.xed_decode.argtypes = [ c_void_p, c_void_p, c_uint ]
4805 self.xed_format_context.argtypes = [ c_int, c_void_p, c_void_p, c_int, c_ulonglong, c_void_p, c_void_
[all...]

Completed in 13 milliseconds