summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include/profile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark all the C functions called in real mode as non instrumented andmpi2013-08-191-3/+1
| | | | | | | | | remove the check for address relocation from MCOUNT_ENTER. This fix kernel profiling on powerpc architectures, broken since the buffers are per cpu. ok miod@
* kill clause 3 and 4 from several of my copyrights, cleanup.drahn2003-06-031-7/+3
|
* Proper defines for powerpc kernel profiling.drahn2002-11-111-2/+13
|
* backout prematurederaadt2002-09-151-3/+4
|
* KNFderaadt2002-09-151-4/+3
|
* Profile support for powerpc port. Now profiling libraries and binariesrahnds1998-07-041-1/+73
| | | | can be built.
* Check-in of powerpc kernel support.rahnds1996-12-211-0/+1
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.