From 52bdcbae856b07d3a793615b98dff338d26302ec Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Mon, 28 Jul 2008 22:43:41 +0000 Subject: 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 --- firmware/export/profile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/profile.h b/firmware/export/profile.h index d173f4b6e0..18a6f8679f 100644 --- a/firmware/export/profile.h +++ b/firmware/export/profile.h @@ -39,9 +39,9 @@ void profile_thread_stopped(int current_thread) void profile_thread_started(int current_thread) NO_PROF_ATTR; -void profile_func_exit(void *this_fn, void *call_site) +void __cyg_profile_func_exit(void *this_fn, void *call_site) NO_PROF_ATTR ICODE_ATTR; -void profile_func_enter(void *this_fn, void *call_site) +void __cyg_profile_func_enter(void *this_fn, void *call_site) NO_PROF_ATTR ICODE_ATTR; #endif /*_SYS_PROFILE_H*/ -- cgit v1.2.3