diff options
author | 2016-10-17 12:07:35 +0200 | |
---|---|---|
committer | 2016-10-17 14:44:32 +0200 | |
commit | 4d062487f3431f124e3a2420c0da0b7a2388dc80 (patch) | |
tree | 27c2b79eccb7acb301000c9fdbe7aedff9a56254 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/dumpstack: use pr_cont where appropriate (diff) | |
download | wireguard-linux-4d062487f3431f124e3a2420c0da0b7a2388dc80.tar.xz wireguard-linux-4d062487f3431f124e3a2420c0da0b7a2388dc80.zip |
s390/disassambler: use pr_cont where appropriate
Just like for dumpstack use pr_cont instead of simple printk calls to
fix the output when disassembling a piece of code.
Before:
[ 0.840627] Krnl Code: 000000000017d1c6: a77400f7 brc 7,17d3b4
[ 0.840630]
000000000017d1ca: 92015000 mvi 0(%r5),1
[ 0.840634]
#000000000017d1ce: a7f40001 brc 15,17d1d0
After:
[ 0.831792] Krnl Code: 000000000017d13e: a77400f7 brc 7,17d32c
000000000017d142: 92015000 mvi 0(%r5),1
#000000000017d146: a7f40001 brc 15,17d148
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions