forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/perf/arch/arm64/include/perf_regs.h
....@@ -15,7 +15,7 @@
1515 #define PERF_REG_IP PERF_REG_ARM64_PC
1616 #define PERF_REG_SP PERF_REG_ARM64_SP
1717
18
-static inline const char *perf_reg_name(int id)
18
+static inline const char *__perf_reg_name(int id)
1919 {
2020 switch (id) {
2121 case PERF_REG_ARM64_X0: