summaryrefslogtreecommitdiff
path: root/linkers/rtems-score-coremutex.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/rtems-score-coremutex.ini')
-rw-r--r--linkers/rtems-score-coremutex.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/linkers/rtems-score-coremutex.ini b/linkers/rtems-score-coremutex.ini
new file mode 100644
index 0000000..2459d0c
--- /dev/null
+++ b/linkers/rtems-score-coremutex.ini
@@ -0,0 +1,12 @@
+;
+; RTEMS Supercore Core Mutex Trace Configurations
+;
+[rtems-score-coremutex-all]
+trace = _CORE_mutex_Initialize, _CORE_mutex_Seize_interrupt_blocking
+trace = _CORE_mutex_Surrender, _CORE_mutex_Flush
+
+[rtems-score-coremutex-signatures]
+_CORE_mutex_Initialize = CORE_mutex_Status, CORE_mutex_Control*, Thread_Control*, const CORE_mutex_Attributes*, bool
+_CORE_mutex_Seize_interrupt_blocking = void, CORE_mutex_Control*, Thread_Control*, Watchdog_Interval
+_CORE_mutex_Surrender = CORE_mutex_Status, CORE_mutex_Control*, Objects_Id, CORE_mutex_API_mp_support_callout
+_CORE_mutex_Flush = void, CORE_mutex_Control*, Thread_queue_Flush_callout, uint32_t