kernel/tools/perf/arch/s390/include/perf_regs.h
.. .. @@ -14,7 +14,7 @@ 14 14 #define PERF_REG_IP PERF_REG_S390_PC 15 15 #define PERF_REG_SP PERF_REG_S390_R15 16 16 17 -static inline const char *perf_reg_name(int id)17 +static inline const char *__perf_reg_name(int id)18 18 { 19 19 switch (id) { 20 20 case PERF_REG_S390_R0: