aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2024-04-29 14:28:43 +0200
committerAlexander Gordeev <[email protected]>2024-05-14 13:37:06 +0200
commit185445c7c137822ad856aae91a41e199370cb534 (patch)
tree3be39a569d74c93e193fad4cf222fb64f2ed0a0f /tools/perf/scripts/python/export-to-postgresql.py
parentfc2f5f10f9bc5e58d38e9fda7dae107ac04a799f (diff)
s390/vdso: Use standard stack frame layout
By default user space is compiled with standard stack frame layout and not with the packed stack layout. The vdso code however inherited the -mpacked-stack compiler option from the kernel. Remove this option to make sure the vdso is compiled with standard stack frame layout. This makes sure that the stack frame backchain location for vdso generated stack frames is the same like for calling code (if compiled with default options). This allows to manually walk stack frames without DWARF information, like the kernel is doing it e.g. with arch_stack_walk_user(). Fixes: 4bff8cb54502 ("s390: convert to GENERIC_VDSO") Reviewed-by: Jens Remus <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions