tools/perf/arch/xtensa/include/dwarf-regs-table.h

Source file repositories/reference/linux-study-clean/tools/perf/arch/xtensa/include/dwarf-regs-table.h

File Facts

System
Linux kernel
Corpus path
tools/perf/arch/xtensa/include/dwarf-regs-table.h
Extension
.h
Size
286 bytes
Lines
10
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#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

Annotation

Implementation Notes