summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDave Martin <Dave.Martin@arm.com>2017-06-15 17:03:38 +0300
committerWill Deacon <will.deacon@arm.com>2017-06-20 14:42:58 +0300
commit20987de3c2c45c314e0386f724aa85f55d984ef2 (patch)
treee4239945bd5c53c4d7d7865e76d7683858bda8ff /tools/perf/scripts/python/export-to-postgresql.py
parent8f36094802e4e6de180b36bcac4cfd9d319e1b64 (diff)
downloadlinux-20987de3c2c45c314e0386f724aa85f55d984ef2.tar.xz
arm64: signal: split frame link record from sigcontext structure
In order to be able to increase the amount of the data currently written to the __reserved[] array in the signal frame, it is necessary to overwrite the locations currently occupied by the {fp,lr} frame link record pushed at the top of the signal stack. In order for this to work, this patch detaches the frame link record from struct rt_sigframe and places it separately at the top of the signal stack. This will allow subsequent patches to insert data between it and __reserved[]. This change relies on the non-ABI status of the placement of the frame record with respect to struct sigframe: this status is undocumented, but the placement is not declared or described in the user headers, and known unwinder implementations (libgcc, libunwind, gdb) appear not to rely on it. Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions