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

2019-01-18 Thread Tony Jones
On 1/17/19 1:45 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. I don't see any changes handling the following: $ git annotate tools/perf/scripts/python/export

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

2019-01-17 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. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/export-to-sqlite.py | 11 ++- 1 file changed,