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. > > > > From: Tony Jones <to...@suse.de> > > Date: Tue, 05 Mar 2019 08:31:30 -0800 > > Subject: [PATCH v3] perf script python: add Python3 support to > > intel-pt-events.py > > > > 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 __future__' implies the minimum supported Python2 version > > is now v2.6 > > > > Signed-off-by: Tony Jones <to...@suse.de> > > Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> > > Cc: Adrian Hunter <adrian.hun...@intel.com> > > Acked-by: Adrian Hunter <adrian.hun...@intel.com>
Thanks, applied.