aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2017-07-19 17:24:49 +0100
committerMark Rutland <[email protected]>2017-08-15 18:35:40 +0100
commitb11e5759bfac0c474d95ec4780b1566350e64cad (patch)
tree4b465918a07a398066b9ad39086cf2c048254e02 /tools/perf/scripts/python/syscall-counts.py
parent170976bcab073870af059b5e848c80689bd5e931 (diff)
arm64: factor out entry stack manipulation
In subsequent patches, we will detect stack overflow in our exception entry code, by verifying the SP after it has been decremented to make space for the exception regs. This verification code is small, and we can minimize its impact by placing it directly in the vectors. To avoid redundant modification of the SP, we also need to move the initial decrement of the SP into the vectors. As a preparatory step, this patch introduces kernel_ventry, which performs this decrement, and updates the entry code accordingly. Subsequent patches will fold SP verification into kernel_ventry. There should be no functional change as a result of this patch. Signed-off-by: Ard Biesheuvel <[email protected]> [Mark: turn into prep patch, expand commit msg] Signed-off-by: Mark Rutland <[email protected]> Reviewed-by: Will Deacon <[email protected]> Tested-by: Laura Abbott <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: James Morse <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions