Module Name: src Committed By: simonb Date: Tue Feb 16 06:06:58 UTC 2021
Modified Files: src/sys/arch/mips/include: asm.h profile.h src/sys/arch/mips/mips: mipsX_subr.S mips_fixup.c Log Message: Working kernel profiling for n32/n64: - Different MCOUNT and _KERN_MCOUNT macros for n32/n64. - Don't profile mipsXX_lwp_trampoline(). - Allow a few new instructions in the stub fixups. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/mips/include/asm.h cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mips/include/profile.h cvs rdiff -u -r1.112 -r1.113 src/sys/arch/mips/mips/mipsX_subr.S cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/mips/mips_fixup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.