summaryrefslogtreecommitdiff
path: root/linkers/rtems-score-thread.ini
blob: 313831a54072bed69b89f46c649648e66484f232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
;
; RTEMS Supercore Thread Trace Configurations
;
[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 = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
trace = _Thread_Life_action_handler, _Thread_Kill_zombies, _Thread_Close
trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
trace = _Thread_Handler
trace = _Thread_Get

[rtems-score-thread-create-destory]
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 = _Thread_Restart_other, _Thread_Restart_self, _Thread_Handler

[rtems-score-thread-destroy]
trace = _Thread_Kill_zombies, _Thread_Close

[rtems-score-thread-activity]
trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
trace = _Thread_Life_action_handler, _Thread_Clear_state,
trace =  _Thread_Set_state, _Thread_Load_environment
trace = _Thread_Get
trace = _Thread_Priority_update

[rtems-score-thread-signatures]
_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*
_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Scheduler_Control*, void*, size_t, bool, Priority_Control, bool, Thread_CPU_budget_algorithms, Thread_CPU_budget_algorithm_callout, uint32_t, Objects_Name
_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*
_Thread_Restart_self = void, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
_Thread_Yield = void, Thread_Control*
_Thread_Set_life_protection = Thread_Life_state, Thread_Life_state
_Thread_Life_action_handler = void, Thread_Control*, Thread_Action*, ISR_lock_Context*
_Thread_Kill_zombies = void, void
_Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*
_Thread_Clear_state = States_Control, Thread_Control*, States_Control
_Thread_Set_state = States_Control, Thread_Control*, States_Control
_Thread_Load_environment = void, Thread_Control*
_Thread_Handler = void, void
_Thread_Get = Thread_Control*, Objects_Id, ISR_lock_Context*
_Thread_Priority_update = Thread_Control*, Thread_queue_Context*