git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
256 B
C
10 lines
256 B
C
#ifdef DEFINE_DWARF_REGSTR_TABLE
|
|
/* This is included in perf/util/dwarf-regs.c */
|
|
|
|
static const char * const arm_regstr_tbl[] = {
|
|
"%r0", "%r1", "%r2", "%r3", "%r4",
|
|
"%r5", "%r6", "%r7", "%r8", "%r9", "%r10",
|
|
"%fp", "%ip", "%sp", "%lr", "%pc",
|
|
};
|
|
#endif
|