]> Git Repo - linux.git/commit
perf script python: Fix export-to-postgresql.py occasional failure
authorAdrian Hunter <[email protected]>
Tue, 11 Sep 2018 11:45:03 +0000 (14:45 +0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 25 Sep 2018 14:33:06 +0000 (11:33 -0300)
commit25e11700b54c7b6b5ebfc4361981dae12299557b
treeaf8b88eed442c68df45a7cda8e6eac2ef33ea051
parent5d05dfd13f20b01a3cd5d293058baa7d5c1583b6
perf script python: Fix export-to-postgresql.py occasional failure

Occasional export failures were found to be caused by truncating 64-bit
pointers to 32-bits. Fix by explicitly setting types for all ctype
arguments and results.

Signed-off-by: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/scripts/python/export-to-postgresql.py
This page took 0.052309 seconds and 4 git commands to generate.