trace-cmd: python: Apply 2to3 print transformation to python files

In preperation for the python plugin to work with python3,
apply the 2to3 print transformation on the python files.

In python3 print is a function so needs to be bracketted.
This is safe to do because the syntax is compatible with python2 as well

Link: http://lore.kernel.org/linux-trace-devel/20190503161541.15773-1-jkacur@redhat.com

Signed-off-by: John Kacur <jkacur@redhat.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
3 files changed