Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py249 PQexec = libpq.PQexec variable
250 PQexec.restype = c_void_p
251 PQexec.argtypes = [ c_void_p, c_char_p ]
761 res = PQexec(conn, toclientstr(sql))