1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/powerpc/ofw
Andreas Tobler 9eab2f146a This commit adds profiling support for powerpc64. Now we can do application
profiling and kernel profiling. To enable kernel profiling one has to build
kgmon(8). I will enable the build once I managed to build and test powerpc
(32-bit) kernels with profiling support.

- add a powerpc64 PROF_PROLOGUE for _mcount.
- add macros to avoid adding the PROF_PROLOGUE in certain assembly entries.
- apply these macros where needed.
- add size information to the MCOUNT function.

MFC after:	3 weeks, together with r230291
2012-01-20 22:34:19 +00:00
..
ofw_cpu.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
ofw_machdep.c Prevent an error resulting from signed/unsigned comparison on systems 2012-01-20 22:24:39 +00:00
ofw_pcib_pci.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
ofw_pcibus.c
ofw_real.c
ofw_syscons.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
ofw_syscons.h
ofwcall32.S
ofwcall64.S This commit adds profiling support for powerpc64. Now we can do application 2012-01-20 22:34:19 +00:00
ofwmagic.S
rtas.c