diff options
author | Michael Ellerman <[email protected]> | 2016-11-25 09:45:28 +1100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-11-25 07:12:19 +0100 |
commit | 2513940989fa2c56d0aeb4f5792d22804d92ab4c (patch) | |
tree | 6ea7a77c971474aef12c6d0f50843a0efddd5019 /tools/perf/scripts/python/stackcollapse.py | |
parent | 10b9dd56860e93f11cd352e8c75a33357b80b70b (diff) |
locking/selftest: Fix output since KERN_CONT changes
Since the KERN_CONT changes the locking-selftest output is messed up, eg:
----------------------------------------------------------------------------
| spin |wlock |rlock |mutex | wsem | rsem |
--------------------------------------------------------------------------
A-A deadlock:
ok |
ok |
ok |
ok |
ok |
ok |
Use pr_cont() to get it looking normal again:
----------------------------------------------------------------------------
| spin |wlock |rlock |mutex | wsem | rsem |
--------------------------------------------------------------------------
A-A deadlock: ok | ok | ok | ok | ok | ok |
Reported-by: Christian Kujau <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions