diff options
author | Andy Lutomirski <[email protected]> | 2016-07-28 15:48:23 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-07-28 16:07:41 -0700 |
commit | 8b70ca65616b3588ea1907e87f0df6d2530350df (patch) | |
tree | f250a97877486be3f45035bfb270d9706ac81cd9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e558af65be65713ef2e8b2aa637c6263caeed172 (diff) |
printk: when dumping regs, show the stack, not thread_info
We currently show:
task: <current> ti: <current_thread_info()> task.ti: <task_thread_info(current)>"
"ti" and "task.ti" are redundant, and neither is actually what we want
to show, which the the base of the thread stack. Change the display to
show the stack pointer explicitly.
Link: http://lkml.kernel.org/r/543ac5bd66ff94000a57a02e11af7239571a3055.1468523549.git.luto@kernel.org
Signed-off-by: Andy Lutomirski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions