diff options
author | Mark Rutland <[email protected]> | 2024-10-17 10:25:33 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2024-10-17 18:06:24 +0100 |
commit | 886c2b0ba820b9d6ffe3a7c670eb2f519755123c (patch) | |
tree | c550d9d7b7d5705adc8387895a6acc20eb45cb8a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1454363098a0f7f14479f6a45945bf8d3d775a95 (diff) |
arm64: use a common struct frame_record
Currently the signal handling code has its own struct frame_record,
the definition of struct pt_regs open-codes a frame record as an array,
and the kernel unwinder hard-codes frame record offsets.
Move to a common struct frame_record that can be used throughout the
kernel.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Reviewed-by: Miroslav Benes <[email protected]>
Reviewed-by: Puranjay Mohan <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Kalesh Singh <[email protected]>
Cc: Madhavan T. Venkataraman <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions