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 aarch64_regstr_tbl[] = {
662306a36Sopenharmony_ci	"%x0", "%x1", "%x2", "%x3", "%x4",
762306a36Sopenharmony_ci	"%x5", "%x6", "%x7", "%x8", "%x9",
862306a36Sopenharmony_ci	"%x10", "%x11", "%x12", "%x13", "%x14",
962306a36Sopenharmony_ci	"%x15", "%x16", "%x17", "%x18", "%x19",
1062306a36Sopenharmony_ci	"%x20", "%x21", "%x22", "%x23", "%x24",
1162306a36Sopenharmony_ci	"%x25", "%x26", "%x27", "%x28", "%x29",
1262306a36Sopenharmony_ci	"%lr", "%sp",
1362306a36Sopenharmony_ci};
1462306a36Sopenharmony_ci#endif
15