summaryrefslogtreecommitdiff
path: root/linkers/rtems-score-threadq.ini
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 12:52:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 12:52:59 +0200
commitb76fa74df180ade2b858dfffc74f801540ab2a1a (patch)
tree1a15fc7d8c5ee07894fa5565d5a7abe0d3777289 /linkers/rtems-score-threadq.ini
parent5e40b4a1638c3863427bdcf044abd151eb1ec130 (diff)
linkers: Update due to API changes
Update #3160.
Diffstat (limited to 'linkers/rtems-score-threadq.ini')
-rw-r--r--linkers/rtems-score-threadq.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/linkers/rtems-score-threadq.ini b/linkers/rtems-score-threadq.ini
new file mode 100644
index 0000000..23b09bf
--- /dev/null
+++ b/linkers/rtems-score-threadq.ini
@@ -0,0 +1,12 @@
+;
+; RTEMS Supercore Thread Queue Trace Configurations
+;
+[rtems-score-threadq-all]
+trace = _Thread_queue_Enqueue
+trace = _Thread_queue_Extract_locked
+trace = _Thread_queue_Unblock_critical
+
+[rtems-score-threadq-signatures]
+_Thread_queue_Enqueue = void, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
+_Thread_queue_Extract_locked = bool, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
+_Thread_queue_Unblock_critical = void, bool, Thread_queue_Queue*, Thread_Control*, ISR_lock_Context*