18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifdef DEFINE_DWARF_REGSTR_TABLE
38c2ecf20Sopenharmony_ci/* This is included in perf/util/dwarf-regs.c */
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistatic const char * const arm_regstr_tbl[] = {
68c2ecf20Sopenharmony_ci	"%r0", "%r1", "%r2", "%r3", "%r4",
78c2ecf20Sopenharmony_ci	"%r5", "%r6", "%r7", "%r8", "%r9", "%r10",
88c2ecf20Sopenharmony_ci	"%fp", "%ip", "%sp", "%lr", "%pc",
98c2ecf20Sopenharmony_ci};
108c2ecf20Sopenharmony_ci#endif
11