Revision 8453c936db20489dbf0957187dca9a2656a2a7b6 authored by Adrian Hunter on 27 March 2019, 07:28:25 UTC, committed by Arnaldo Carvalho de Melo on 28 March 2019, 17:41:21 UTC
pyside version 1 fails to handle python3 large integers in some cases,
resulting in Qt getting into a never-ending loop. This affects:
	samples Table
	samples_view Table
	All branches Report
	Selected branches Report

Add workarounds for those cases.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Fixes: beda0e725e5f ("perf script python: Add Python3 support to exported-sql-viewer.py")
Link: http://lkml.kernel.org/r/20190327072826.19168-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 977c7a6
History
File Mode Size
ccids
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 878 bytes
ackvec.c -rw-r--r-- 12.4 KB
ackvec.h -rw-r--r-- 4.7 KB
ccid.c -rw-r--r-- 5.2 KB
ccid.h -rw-r--r-- 8.7 KB
dccp.h -rw-r--r-- 16.1 KB
diag.c -rw-r--r-- 2.3 KB
feat.c -rw-r--r-- 47.2 KB
feat.h -rw-r--r-- 4.6 KB
input.c -rw-r--r-- 21.9 KB
ipv4.c -rw-r--r-- 28.7 KB
ipv6.c -rw-r--r-- 30.4 KB
ipv6.h -rw-r--r-- 754 bytes
minisocks.c -rw-r--r-- 7.5 KB
options.c -rw-r--r-- 16.5 KB
output.c -rw-r--r-- 20.4 KB
proto.c -rw-r--r-- 30.3 KB
qpolicy.c -rw-r--r-- 3.4 KB
sysctl.c -rw-r--r-- 2.8 KB
timer.c -rw-r--r-- 7.3 KB
trace.h -rw-r--r-- 2.2 KB

back to top