Re: [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py

2019-03-06 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 06, 2019 at 11:28:35AM +0200, Adrian Hunter escreveu: > On 5/03/19 6:19 PM, Tony Jones wrote: > > On 3/5/19 8:10 AM, Tony Jones wrote: > > > >> > >> Sure enough, I managed to attach the wrong patch. Sorry. I'll attach > >> revised (v3) > >> to this thread as the change is trivial. >

Re: [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py

2019-03-06 Thread Adrian Hunter
On 5/03/19 6:19 PM, Tony Jones wrote: > On 3/5/19 8:10 AM, Tony Jones wrote: > >> >> Sure enough, I managed to attach the wrong patch. Sorry. I'll attach revised >> (v3) >> to this thread as the change is trivial. > > From: Tony Jones > Date: Tue, 05 Mar 2019 08:31:30 -0800 > Subject: [PATCH v

Re: [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py

2019-03-05 Thread Tony Jones
On 3/5/19 8:10 AM, Tony Jones wrote: > > Sure enough, I managed to attach the wrong patch. Sorry. I'll attach revised > (v3) > to this thread as the change is trivial. From: Tony Jones Date: Tue, 05 Mar 2019 08:31:30 -0800 Subject: [PATCH v3] perf script python: add Python3 support to intel-

Re: [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py

2019-03-05 Thread Tony Jones
On 3/5/19 7:02 AM, Tony Jones wrote: > I tested the patch on a Skylake system but it was not connected to our > standard > network so I had to move files manually. It seems I managed to somehow mess > up > and not attach the correct patch :( Sure enough, I managed to attach the wrong patch. So

Re: [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py

2019-03-05 Thread Tony Jones
On 3/5/19 2:16 AM, Adrian Hunter wrote: > On 2/03/19 3:19 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 >> s

Re: [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py

2019-03-05 Thread Adrian Hunter
On 2/03/19 3:19 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. > > The use of 'from __fu