Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4495c08e84729385774601b5146d51d9e5849f81 authored by Linus Torvalds on 12 March 2017, 21:47:08 UTC
Linux 4.11-rc2
Tip revision: 4495c08
dwarf-regs-table.h
#ifdef DEFINE_DWARF_REGSTR_TABLE
/* This is included in perf/util/dwarf-regs.c */

const char * const sh_regstr_tbl[] = {
	"r0",
	"r1",
	"r2",
	"r3",
	"r4",
	"r5",
	"r6",
	"r7",
	"r8",
	"r9",
	"r10",
	"r11",
	"r12",
	"r13",
	"r14",
	"r15",
	"pc",
	"pr",
};

#endif
back to top