Skip to content
Commit b0343ab3 authored by Russell King's avatar Russell King Committed by Russell King (Oracle)
Browse files

ARM: reduce the information printed in call traces



A while back, Linus complained about the numeric values printed by the
ARM backtracing code. Printing these values does not make sense if one
does not have access to the kernel ELF image (as is normally the case
when helping a third party on a mailing list), but if one does, they
can be very useful to find the code, rather than searching for the
function name, and then doing hex math to work out where the backtrace
entry is referring to.

Provide an option to control whether this information is included,
which will only be visible if EXPERT is enabled.

Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 3d14751f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment