source: rtems-tools/linkers/rtems-score-coremutex.ini @ b938414

4.104.115
Last change on this file since b938414 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: 648 bytes
Line 
1;
2; RTEMS Supercore Core Mutex Trace Configurations
3;
4[rtems-score-coremutex-all]
5trace = _CORE_mutex_Initialize, _CORE_mutex_Seize_interrupt_blocking
6trace = _CORE_mutex_Surrender, _CORE_mutex_Flush
7
8[rtems-score-coremutex-signatures]
9_CORE_mutex_Initialize = CORE_mutex_Status, CORE_mutex_Control*, Thread_Control*, const CORE_mutex_Attributes*, bool
10_CORE_mutex_Seize_interrupt_blocking = void, CORE_mutex_Control*, Thread_Control*, Watchdog_Interval
11_CORE_mutex_Surrender = CORE_mutex_Status, CORE_mutex_Control*, Objects_Id, CORE_mutex_API_mp_support_callout
12_CORE_mutex_Flush = void, CORE_mutex_Control*, Thread_queue_Flush_callout, uint32_t
Note: See TracBrowser for help on using the repository browser.