aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/libunwind/arm64.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/util/libunwind/arm64.c b/tools/perf/util/libunwind/arm64.c
index 4fb5395669f8..6559bc586643 100644
--- a/tools/perf/util/libunwind/arm64.c
+++ b/tools/perf/util/libunwind/arm64.c
@@ -13,7 +13,12 @@
13 13
14#define REMOTE_UNWIND_LIBUNWIND 14#define REMOTE_UNWIND_LIBUNWIND
15 15
16/* Define arch specific functions & regs for libunwind, should be
17 * defined before including "unwind.h"
18 */
16#define LIBUNWIND__ARCH_REG_ID(regnum) libunwind__arm64_reg_id(regnum) 19#define LIBUNWIND__ARCH_REG_ID(regnum) libunwind__arm64_reg_id(regnum)
20#define LIBUNWIND__ARCH_REG_IP PERF_REG_ARM64_PC
21#define LIBUNWIND__ARCH_REG_SP PERF_REG_ARM64_SP
17 22
18#include "unwind.h" 23#include "unwind.h"
19#include "debug.h" 24#include "debug.h"