Searched hist:"9 eab2f146aac764ecba5a086e52a57b1ea1a18f0" (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | setjmp.S | diff 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 Fri Jan 20 23:34:19 CET 2012 Andreas Tobler <andreast@FreeBSD.org> 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
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofwcall64.S | diff 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 Fri Jan 20 23:34:19 CET 2012 Andreas Tobler <andreast@FreeBSD.org> 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
|
/freebsd/sys/powerpc/include/ |
H A D | profile.h | diff 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 Fri Jan 20 23:34:19 CET 2012 Andreas Tobler <andreast@FreeBSD.org> 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
|
H A D | asm.h | diff 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 Fri Jan 20 23:34:19 CET 2012 Andreas Tobler <andreast@FreeBSD.org> 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
|
/freebsd/sys/powerpc/aim/ |
H A D | locore64.S | diff 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 Fri Jan 20 23:34:19 CET 2012 Andreas Tobler <andreast@FreeBSD.org> 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
|
H A D | trap_subr64.S | diff 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 Fri Jan 20 23:34:19 CET 2012 Andreas Tobler <andreast@FreeBSD.org> 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
|