Re: [PATCH v2 3/7] perf script python: add Python3 support to check-perf-trace.py

2019-03-06 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 01, 2019 at 05:18:59PM -0800, Tony Jones escreveu: > Support both Python 2 and Python 3 in the check-perf-trace.py script. > > There may be differences in the ordering of output lines due to > differences in dictionary ordering etc. However the format within lines > should be

[PATCH v2 3/7] perf script python: add Python3 support to check-perf-trace.py

2019-03-01 Thread Tony Jones
Support both Python 2 and Python 3 in the check-perf-trace.py script. There may be differences in the ordering of output lines due to differences in dictionary ordering etc. However the format within lines should be unchanged. The use of from __future__ implies the minimum supported version of