diff options
author | 2020-05-13 15:15:25 +0800 | |
---|---|---|
committer | 2020-05-13 17:55:06 +0800 | |
commit | 18c07d23da5a48525b2955aa269b8bb108c19300 (patch) | |
tree | 450a798836c2658ff1a2b7fce73bbc5bd59df9af /tools/perf/scripts/python/export-to-postgresql.py | |
parent | csky: Fixup perf callchain unwind (diff) | |
download | linux-dev-18c07d23da5a48525b2955aa269b8bb108c19300.tar.xz linux-dev-18c07d23da5a48525b2955aa269b8bb108c19300.zip |
csky: Fixup calltrace panic
The implementation of show_stack will panic with wrong fp:
addr = *fp++;
because the fp isn't checked properly.
The current implementations of show_stack, wchan and stack_trace
haven't been designed properly, so just deprecate them.
This patch is a reference to riscv's way, all codes are modified from
arm's. The patch is passed with:
- cat /proc/<pid>/stack
- cat /proc/<pid>/wchan
- echo c > /proc/sysrq-trigger
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions