Re: [PATCH v2] perf scripts python: Add Python 3 support to intel-pt-events.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 intel-pt-events.py.``print`` > is now a function rather than a statement. This should have no > functional change. > > Fixes indentation issue, replace spaces with tab. Again, trailing comma use is incorrect.

[PATCH v2] perf scripts python: Add Python 3 support to intel-pt-events.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in intel-pt-events.py.``print`` is now a function rather than a statement. This should have no functional change. Fixes indentation issue, replace spaces with tab. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria ---