1
0
Fork 0
forked from len0rd/rockbox

Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18142 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2008-07-28 22:43:41 +00:00
parent c323d533c2
commit 52bdcbae85
7 changed files with 52 additions and 28 deletions

View file

@ -138,8 +138,8 @@ struct codec_api ci = {
#ifdef RB_PROFILE
profile_thread,
profstop,
profile_func_enter,
profile_func_exit,
__cyg_profile_func_enter,
__cyg_profile_func_exit,
#endif
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)