OSDN Git Service

perf script python: Fix export-to-postgresql.py occasional failure
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 11 Sep 2018 11:45:03 +0000 (14:45 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
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 <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/20180911114504.28516-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/export-to-postgresql.py