]> asedeno.scripts.mit.edu Git - linux.git/commit
scripts: Add Python 3 support to tracing/draw_functrace.py
authorJeremy Cline <jcline@redhat.com>
Sat, 28 Jul 2018 14:48:33 +0000 (10:48 -0400)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 29 Jul 2018 02:08:38 +0000 (11:08 +0900)
commitddc7c5721ae3554727f3e25e5c7510e278caf6be
tree6e99f67b40c8bb35d405b359534cbc39b2a3793a
parent79a85b55e39e65d6f20c753c4ae8bcd6f4cd7007
scripts: Add Python 3 support to tracing/draw_functrace.py

Use the print function. This maintains Python 2 support and should have
no functional change.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/tracing/draw_functrace.py