Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linux
[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