cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/arch/arm/include/dwarf-regs-table.h

#ifdef DEFINE_DWARF_REGSTR_TABLE
/* This is included in perf/util/dwarf-regs.c */


static const char * const arm_regstr_tbl[] = {
	"%r0", "%r1", "%r2", "%r3", "%r4",
	"%r5", "%r6", "%r7", "%r8", "%r9", "%r10",
	"%fp", "%ip", "%sp", "%lr", "%pc",
};
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
masami hiramatsumasami hiramatsu48100.00%1100.00%
Total48100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.