hc
2024-03-22 619f0f87159c5dbd2755b1b0a0eb35784be84e7a
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef DEFINE_DWARF_REGSTR_TABLE
/* This is included in perf/util/dwarf-regs.c */
 
static const char * const xtensa_regstr_tbl[] = {
   "a0", "a1", "a2", "a3", "a4", "a5", "a6", "a7",
   "a8", "a9", "a10", "a11", "a12", "a13", "a14", "a15",
};
#endif