K 10 svn:author V 8 andreast K 8 svn:date V 27 2012-02-19T08:58:31.522605Z K 7 svn:log V 503 MFC r230391, r230400, 231019: 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. END