forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/tools/perf/arch/arm/include/perf_regs.h
....@@ -15,7 +15,7 @@
1515 #define PERF_REG_IP PERF_REG_ARM_PC
1616 #define PERF_REG_SP PERF_REG_ARM_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_ARM_R0: