]> git.baikalelectronics.ru Git - kernel.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)
commit0f5370b2b3622a0a9958c297752890ec2c77df16
tree6e99f67b40c8bb35d405b359534cbc39b2a3793a
parent71ade3ee2f7bcad03f556993d75349d56978f63c
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