aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/sh/include/dwarf-regs-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/arch/sh/include/dwarf-regs-table.h')
-rw-r--r--tools/perf/arch/sh/include/dwarf-regs-table.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/perf/arch/sh/include/dwarf-regs-table.h b/tools/perf/arch/sh/include/dwarf-regs-table.h
new file mode 100644
index 000000000000..3a2deaf3dab4
--- /dev/null
+++ b/tools/perf/arch/sh/include/dwarf-regs-table.h
@@ -0,0 +1,25 @@
+#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