Merge tag 'hwmon-for-linus-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / tools / perf / arch / arm / include / dwarf-regs-table.h
1 #ifdef DEFINE_DWARF_REGSTR_TABLE
2 /* This is included in perf/util/dwarf-regs.c */
3
4 static const char * const arm_regstr_tbl[] = {
5         "%r0", "%r1", "%r2", "%r3", "%r4",
6         "%r5", "%r6", "%r7", "%r8", "%r9", "%r10",
7         "%fp", "%ip", "%sp", "%lr", "%pc",
8 };
9 #endif