Changeset 7045cc3 in rtems-tools
- Timestamp:
- 12/19/19 09:08:19 (4 years ago)
- Branches:
- 5, master
- Children:
- 29ad0ec7
- Parents:
- beeeb59
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/19/19 09:08:19)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/19/19 09:09:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
linkers/rtems-score-thread.ini
rbeeeb59 r7045cc3 6 6 trace = _Thread_Stack_Allocate, _Thread_Stack_Free, _Thread_Initialize, _Thread_Start 7 7 trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection 8 trace = _Thread_ Life_action_handler, _Thread_Kill_zombies, _Thread_Close8 trace = _Thread_Kill_zombies, _Thread_Close 9 9 trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment 10 10 trace = _Thread_Handler … … 24 24 [rtems-score-thread-activity] 25 25 trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection 26 trace = _Thread_ Life_action_handler, _Thread_Clear_state,26 trace = _Thread_Clear_state, 27 27 trace = _Thread_Set_state, _Thread_Load_environment 28 28 trace = _Thread_Get … … 41 41 _Thread_Yield = void, Thread_Control* 42 42 _Thread_Set_life_protection = Thread_Life_state, Thread_Life_state 43 _Thread_Life_action_handler = void, Thread_Control*, Thread_Action*, ISR_lock_Context*44 43 _Thread_Kill_zombies = void, void 45 44 _Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*
Note: See TracChangeset
for help on using the changeset viewer.