[PATCH v2 1/4] perf tools: record aarch64 registers automatically

2021-02-12 Thread Alexandre Truong
On arm64, automatically record all the registers if the frame pointer mode is on. They will be used to do a dwarf unwind to find the caller of the leaf frame if the frame pointer was omitted. Signed-off-by: Alexandre Truong --- tools/perf/arch/arm64/util/machine.c | 7 +++ tools/perf/builtin

[PATCH v2 1/4] perf tools: record aarch64 registers automatically

2021-02-10 Thread Alexandre Truong
On arm64, automatically record all the registers if the frame pointer mode is on. They will be used to do a dwarf unwind to find the caller of the leaf frame if the frame pointer was omitted. Signed-off-by: Alexandre Truong --- tools/perf/arch/arm64/util/machine.c | 7 +++ tools/perf/builtin