Re: [PATCH v2 6/7] perf script python: add Python3 support to sql scripts

2019-03-08 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 08, 2019 at 11:47:55AM +0200, Adrian Hunter escreveu: > On 7/03/19 8:51 PM, Arnaldo Carvalho de Melo wrote: > > Em Wed, Mar 06, 2019 at 08:32:42AM -0800, Tony Jones escreveu: > >> On 3/6/19 1:26 AM, Adrian Hunter wrote: > >>> On 2/03/19 3:19 AM, Tony Jones wrote: > Support both

Re: [PATCH v2 6/7] perf script python: add Python3 support to sql scripts

2019-03-08 Thread Adrian Hunter
On 7/03/19 8:51 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Mar 06, 2019 at 08:32:42AM -0800, Tony Jones escreveu: >> On 3/6/19 1:26 AM, Adrian Hunter wrote: >>> On 2/03/19 3:19 AM, Tony Jones wrote: Support both Python2 and Python3 in the exported-sql-viewer.py,

Re: [PATCH v2 6/7] perf script python: add Python3 support to sql scripts

2019-03-07 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 06, 2019 at 08:32:42AM -0800, Tony Jones escreveu: > On 3/6/19 1:26 AM, Adrian Hunter wrote: > > On 2/03/19 3:19 AM, Tony Jones wrote: > >> Support both Python2 and Python3 in the exported-sql-viewer.py, > >> export-to-postgresql.py and export-to-sqlite.py scripts > >> > >> There may

Re: [PATCH v2 6/7] perf script python: add Python3 support to sql scripts

2019-03-06 Thread Tony Jones
On 3/6/19 1:26 AM, Adrian Hunter wrote: > On 2/03/19 3:19 AM, Tony Jones wrote: >> Support both Python2 and Python3 in the exported-sql-viewer.py, >> export-to-postgresql.py and export-to-sqlite.py scripts >> >> There may be differences in the ordering of output lines due to >> differences in

Re: [PATCH v2 6/7] perf script python: add Python3 support to sql scripts

2019-03-06 Thread Adrian Hunter
On 2/03/19 3:19 AM, Tony Jones wrote: > Support both Python2 and Python3 in the exported-sql-viewer.py, > export-to-postgresql.py and export-to-sqlite.py scripts > > There may be differences in the ordering of output lines due to > differences in dictionary ordering etc. However the format

[PATCH v2 6/7] perf script python: add Python3 support to sql scripts

2019-03-01 Thread Tony Jones
Support both Python2 and Python3 in the exported-sql-viewer.py, export-to-postgresql.py and export-to-sqlite.py scripts 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