source: rtems-tools/linkers/rtems-score-thread.ini @ 4585798

4.104.115
Last change on this file since 4585798 was 5025439, checked in by Chris Johns <chrisj@…>, on 09/21/14 at 04:24:37

rtems-tld: Add config options, fix void args, and SCore traces.

  • Property mode set to 100644
File size: 3.0 KB
Line 
1;
2; RTEMS Supercore Thread Trace Configurations
3;
4[rtems-score-thread-all]
5trace = _Thread_Handler_initialization, _Thread_Create_idle, _Thread_Start_multitasking
6trace = _Thread_Stack_Allocate, _Thread_Stack_Free, _Thread_Initialize, _Thread_Start
7trace = _Thread_Restart, _Thread_Yield, _Thread_Set_life_protection
8trace = _Thread_Life_action_handler, _Thread_Kill_zombies, _Thread_Close
9trace = _Thread_Ready, _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
10trace = _Thread_Handler, _Thread_Delay_ended, _Thread_Change_priority, _Thread_Set_priority
11trace = _Thread_Get, _Thread_blocking_operation_Cancel, _Thread_blocking_operation_Finalize
12
13[rtems-score-thread-create-destory]
14traces = rtems-score-thread-create, rtems-score-thread-destroy
15
16[rtems-score-thread-create]
17trace = _Thread_Handler_initialization, _Thread_Create_idle
18trace = _Thread_Stack_Allocate, _Thread_Initialize, _Thread_Start
19trace = _Thread_Restart, _Thread_Handler
20
21[rtems-score-thread-destroy]
22trace = _Thread_Kill_zombies, _Thread_Close
23trace = , _Thread_blocking_operation_Cancel, _Thread_blocking_operation_Finalize
24
25[rtems-score-thread-activity]
26trace = _Thread_Restart, _Thread_Yield, _Thread_Set_life_protection
27trace = _Thread_Life_action_handler, _Thread_Ready, _Thread_Clear_state,
28trace =  _Thread_Set_state, _Thread_Load_environment, _Thread_Delay_ended
29trace = _Thread_Change_priority, _Thread_Set_priority, _Thread_Get
30
31[rtems-score-thread-signatures]
32_Thread_Handler_initialization = void, void
33_Thread_Create_idle = void, void
34_Thread_Start_multitasking = void, void
35_Thread_Stack_Allocate = size_t, Thread_Control*, size_t
36_Thread_Stack_Free = void, Thread_Control*
37_Thread_Initialize = bool, Objects_Information *, Thread_Control*, const struct Scheduler_Control*, void*, size_t, bool, Priority_Control, bool, Thread_CPU_budget_algorithms, Thread_CPU_budget_algorithm_callout, uint32_t, Objects_Name
38_Thread_Start = bool, Thread_Control*, Thread_Start_types, void*, void*, Thread_Entry_numeric_type, Per_CPU_Control*
39_Thread_Restart = bool, Thread_Control*, Thread_Control*, void*, Thread_Entry_numeric_type
40_Thread_Yield = void, Thread_Control*
41_Thread_Set_life_protection = bool, bool
42_Thread_Life_action_handler = void, Thread_Control*, Thread_Action*, Per_CPU_Control*, ISR_Level
43_Thread_Kill_zombies = void, void
44_Thread_Close = void, Thread_Control*, Thread_Control*
45_Thread_Ready = void, Thread_Control*
46_Thread_Clear_state = void, Thread_Control*, States_Control
47_Thread_Set_state = void, Thread_Control*, States_Control
48_Thread_Load_environment = void, Thread_Control*
49_Thread_Handler = void, void
50_Thread_Delay_ended = void, Objects_Id, void*
51_Thread_Change_priority = void, Thread_Control*, Priority_Control, bool
52_Thread_Set_priority = void, Thread_Control*, Priority_Control
53_Thread_Get = Thread_Control*, Objects_Id, Objects_Locations*
54_Thread_blocking_operation_Cancel = void, Thread_blocking_operation_States, Thread_Control*, ISR_Level
55_Thread_blocking_operation_Finalize = void, Thread_Control*, ISR_Level
56
Note: See TracBrowser for help on using the repository browser.