diff options
author | Rabin Vincent <[email protected]> | 2011-05-11 22:53:51 +0530 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2011-05-25 19:56:33 -0400 |
commit | 9905ce8ad7b79dddd23c7b4753d0b2cdb65bde3c (patch) | |
tree | 72f06d11cf99b20d7e91a1bb65be8a7f20756c65 /tools/perf/scripts/python | |
parent | 4d7a2fa876d1a615649761dc465708d0a062249a (diff) |
ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARM
While find_secsym_ndx often finds the unamed local STT_SECTION, if a
section has only one function in it, the ARM toolchain generates the
STT_FUNC symbol before the STT_SECTION, and recordmcount finds this
instead.
This is problematic on ARM because in ARM ELFs, "if a [STT_FUNC] symbol
addresses a Thumb instruction, its value is the address of the
instruction with bit zero set (in a relocatable object, the section
offset with bit zero set)". This leads to incorrect mcount addresses
being recorded.
Fix this by not using STT_FUNC symbols as the base on ARM.
Signed-off-by: Rabin Vincent <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions