162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifdef DEFINE_DWARF_REGSTR_TABLE
362306a36Sopenharmony_ci/* This is included in perf/util/dwarf-regs.c */
462306a36Sopenharmony_ci
562306a36Sopenharmony_cistatic const char * const arm_regstr_tbl[] = {
662306a36Sopenharmony_ci	"%r0", "%r1", "%r2", "%r3", "%r4",
762306a36Sopenharmony_ci	"%r5", "%r6", "%r7", "%r8", "%r9", "%r10",
862306a36Sopenharmony_ci	"%fp", "%ip", "%sp", "%lr", "%pc",
962306a36Sopenharmony_ci};
1062306a36Sopenharmony_ci#endif
11