aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorChristophe Leroy <[email protected]>2020-02-20 22:51:39 +1100
committerMichael Ellerman <[email protected]>2020-03-04 22:44:28 +1100
commit84ab14893054751a2b3adba725834183b872a17f (patch)
tree300bae86cf5ed6feb2813b92b034ae8313af8938 /tools/perf/scripts/python/exported-sql-viewer.py
parent0e63f0151719ee4cb90d85e60c98045099c995e2 (diff)
powerpc/irq: Use current_stack_pointer in check_stack_overflow()
The purpose of check_stack_overflow() is to verify that the stack has not overflowed. To really know whether the stack pointer is still within boundaries, the check must be done directly on the value of r1. So use current_stack_pointer, which returns the current value of r1, rather than current_stack_frame() which causes a frame to be created and then returns that value. Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions