Re: [PATCH 06/15] perf script python: add Python3 support to intel-pt-events.py

2019-02-25 Thread Tony Jones
On 2/25/19 6:03 AM, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 25, 2019 at 09:07:03AM +0200, Adrian Hunter escreveu: >> On 23/02/19 1:06 AM, Tony Jones wrote: >>> Support both Python2 and Python3 in the intel-pt-events.py script >>> >>> There may be differences in the ordering of output lines du

Re: [PATCH 06/15] perf script python: add Python3 support to intel-pt-events.py

2019-02-25 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 25, 2019 at 09:07:03AM +0200, Adrian Hunter escreveu: > On 23/02/19 1:06 AM, Tony Jones wrote: > > Support both Python2 and Python3 in the intel-pt-events.py script > > > > There may be differences in the ordering of output lines due to > > differences in dictionary ordering etc. Howe

Re: [PATCH 06/15] perf script python: add Python3 support to intel-pt-events.py

2019-02-24 Thread Adrian Hunter
On 23/02/19 1:06 AM, Tony Jones wrote: > Support both Python2 and Python3 in the intel-pt-events.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. > > Fix space/tab incons

[PATCH 06/15] perf script python: add Python3 support to intel-pt-events.py

2019-02-22 Thread Tony Jones
Support both Python2 and Python3 in the intel-pt-events.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. Fix space/tab inconsistency as python3 enforces consistency. The use of