aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKefeng Wang <[email protected]>2017-05-09 09:53:36 +0800
committerWill Deacon <[email protected]>2017-05-30 11:07:41 +0100
commitc07ab957d9af8092fc3caf3db5a0fb49098fdc65 (patch)
treeac89f6c96b304d3cb1076c906bc8350db96764b2 /tools/perf/scripts/python
parent48f99c8ec0b25756d0283ab058826ae07d14fad7 (diff)
arm64: Call __show_regs directly
Generic code expects show_regs() to also dump the stack, but arm64's show_reg() does not do this. Some arm64 callers of show_regs() *only* want the registers dumped, without the stack. To enable generic code to work as expected, we need to make show_regs() dump the stack. Where we only want the registers dumped, we must use __show_regs(). This patch updates code to use __show_regs() where only registers are desired. A subsequent patch will modify show_regs(). Acked-by: Mark Rutland <[email protected]> Signed-off-by: Kefeng Wang <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions