kernel/tools/perf/arch/arm/include/perf_regs.h
.. .. @@ -15,7 +15,7 @@ 15 15 #define PERF_REG_IP PERF_REG_ARM_PC 16 16 #define PERF_REG_SP PERF_REG_ARM_SP 17 17 18 -static inline const char *perf_reg_name(int id)18 +static inline const char *__perf_reg_name(int id)19 19 { 20 20 switch (id) { 21 21 case PERF_REG_ARM_R0: