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:
parent
c323d533c2
commit
52bdcbae85
7 changed files with 52 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue