aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/arch/s390/include/dwarf-regs-table.h
blob: 9da74a933bd6a77421e0d820919a31a77714d7ba (plain) (blame)
1
2
3
4
5
6
7
8
#ifdef DEFINE_DWARF_REGSTR_TABLE
/* This is included in perf/util/dwarf-regs.c */

static const char * const s390_regstr_tbl[] = {
	"%r0", "%r1",  "%r2",  "%r3",  "%r4",  "%r5",  "%r6",  "%r7",
	"%r8", "%r9", "%r10", "%r11", "%r12", "%r13", "%r14", "%r15",
};
#endif