diff options
author | Mark Rutland <[email protected]> | 2017-07-26 16:05:20 +0100 |
---|---|---|
committer | Mark Rutland <[email protected]> | 2017-08-08 16:28:25 +0100 |
commit | ed84b4e9582bdfeffc617589fe17dddfc5fe6672 (patch) | |
tree | 8f07696d46b70f43c284b300cfcb121a409a31ac /tools/perf/scripts/python/stackcollapse.py | |
parent | 2d0e751a4789fc5ab4a5c9de5d6407b41fdfbbf0 (diff) |
arm64: move non-entry code out of .entry.text
Currently, cpu_switch_to and ret_from_fork both live in .entry.text,
though neither form the critical path for an exception entry.
In subsequent patches, we will require that code in .entry.text is part
of the critical path for exception entry, for which we can assume
certain properties (e.g. the presence of exception regs on the stack).
Neither cpu_switch_to nor ret_from_fork will meet these requirements, so
we must move them out of .entry.text. To ensure that neither are kprobed
after being moved out of .entry.text, we must explicitly blacklist them,
requiring a new NOKPROBE() asm helper.
Signed-off-by: Mark Rutland <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: James Morse <[email protected]>
Cc: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions