]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Oct 2018 07:16:23 +0000 (09:16 +0200)
commit82ac2740aa74668b694c04de659155571b6514e7
treeab464f6f35cf8f9d81c5124742647cd900561340
parent54886c97839732650f0aabb90e674cad791e82c0
perf script python: Fix export-to-postgresql.py occasional failure

commit 25e11700b54c7b6b5ebfc4361981dae12299557b upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/perf/scripts/python/export-to-postgresql.py