Merge remote-tracking branch 'xen-tip/linux-next'
[deliverable/linux.git] / tools / perf / arch / arm64 / 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 aarch64_regstr_tbl[] = {
5 "%r0", "%r1", "%r2", "%r3", "%r4",
6 "%r5", "%r6", "%r7", "%r8", "%r9",
7 "%r10", "%r11", "%r12", "%r13", "%r14",
8 "%r15", "%r16", "%r17", "%r18", "%r19",
9 "%r20", "%r21", "%r22", "%r23", "%r24",
10 "%r25", "%r26", "%r27", "%r28", "%r29",
11 "%lr", "%sp",
12 };
13 #endif
This page took 0.031905 seconds and 5 git commands to generate.