summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-score-thread.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/rtems-score-thread.ini')
-rw-r--r--linkers/rtems-score-thread.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index ce82b5d..3aed2f1 100644
--- a/linkers/rtems-score-thread.ini
+++ b/linkers/rtems-score-thread.ini
@@ -3,7 +3,7 @@
;
[rtems-score-thread-all]
trace = _Thread_Handler_initialization, _Thread_Create_idle, _Thread_Start_multitasking
-trace = _Thread_Stack_Allocate, _Thread_Stack_Free, _Thread_Initialize, _Thread_Start
+trace = _Stack_Allocate, _Stack_Free, _Thread_Initialize, _Thread_Start
trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
trace = _Thread_Kill_zombies, _Thread_Close
trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
@@ -15,7 +15,7 @@ traces = rtems-score-thread-create, rtems-score-thread-destroy
[rtems-score-thread-create]
trace = _Thread_Handler_initialization, _Thread_Create_idle
-trace = _Thread_Stack_Allocate, _Thread_Initialize, _Thread_Start
+trace = _Stack_Allocate, _Thread_Initialize, _Thread_Start
trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Handler
[rtems-score-thread-destroy]
@@ -32,8 +32,8 @@ trace = _Thread_Priority_update
_Thread_Handler_initialization = void, void
_Thread_Create_idle = void, void
_Thread_Start_multitasking = void, void
-_Thread_Stack_Allocate = size_t, Thread_Control*, size_t
-_Thread_Stack_Free = void, Thread_Control*
+_Stack_Allocate = void*, size_t
+_Stack_Free = void, void*
_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Thread_Configuration *
_Thread_Start = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
_Thread_Restart_other = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*