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

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

File Facts

System
Linux kernel
Corpus path
tools/perf/arch/sh/include/dwarf-regs-table.h
Extension
.h
Size
311 bytes
Lines
27
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 sh_regstr_tbl[] = {
	"r0",
	"r1",
	"r2",
	"r3",
	"r4",
	"r5",
	"r6",
	"r7",
	"r8",
	"r9",
	"r10",
	"r11",
	"r12",
	"r13",
	"r14",
	"r15",
	"pc",
	"pr",
};

#endif

Annotation

Implementation Notes