forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/tools/perf/arch/s390/include/perf_regs.h
....@@ -14,7 +14,7 @@
1414 #define PERF_REG_IP PERF_REG_S390_PC
1515 #define PERF_REG_SP PERF_REG_S390_R15
1616
17
-static inline const char *perf_reg_name(int id)
17
+static inline const char *__perf_reg_name(int id)
1818 {
1919 switch (id) {
2020 case PERF_REG_S390_R0: