Re: [PATCH v3] perf scripts python: Add Python 3 support to export-to-sqlite.py

2019-01-21 Thread Tony Jones
On 1/21/19 2:39 AM, Seeteena Thoufeek wrote: > Support both Python 2 and Python 3 in export-to-sqlite.py. ``print`` is > now a function rather than a statement. This should have no functional > change. > > Also, handles the conversion of "print >> sys.stderr". > > Signed-off-by: Seeteena

[PATCH v3] perf scripts python: Add Python 3 support to export-to-sqlite.py

2019-01-21 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-sqlite.py. ``print`` is now a function rather than a statement. This should have no functional change. Also, handles the conversion of "print >> sys.stderr". Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria ---