Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford...
[sfrench/cifs-2.6.git] / tools / perf / arch / s390 / 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 s390_regstr_tbl[] = {
5         "%r0", "%r1",  "%r2",  "%r3",  "%r4",  "%r5",  "%r6",  "%r7",
6         "%r8", "%r9", "%r10", "%r11", "%r12", "%r13", "%r14", "%r15",
7 };
8 #endif