summaryrefslogtreecommitdiffstats
path: root/ticker/ticker_trace/ticker.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ticker/ticker_trace/ticker.ini')
-rw-r--r--ticker/ticker_trace/ticker.ini43
1 files changed, 43 insertions, 0 deletions
diff --git a/ticker/ticker_trace/ticker.ini b/ticker/ticker_trace/ticker.ini
new file mode 100644
index 0000000..ca738b0
--- /dev/null
+++ b/ticker/ticker_trace/ticker.ini
@@ -0,0 +1,43 @@
+;
+; RTEMS Trace Linker Configuration: hello
+;
+; This script configure the both hello example to perform some
+; tracing via the printf trace generator.
+;
+[tracer]
+;
+; Name of the trace.
+;
+name = Hello RTEMS Tracer
+;
+; Options can be defined here or on the command line.
+;
+;options = verbose
+;
+; Functions to trace.
+;
+traces = hello-trace
+;
+; Define the function sets. These are the function's that can be
+; added to the trace lists.
+;
+functions = hello-trace
+;
+; Include RTEMS Trace support.
+;
+include = rtems.ini, rtld-base.ini
+
+;
+; User application trace example.
+;
+[hello-trace]
+generator = printk-generator
+signatures = hello-signatures
+trace = exit, Init
+header = "#include <rtems.h>"
+header = "#include <rtems/score/objectimpl.h>"
+header = "#include <rtems/score/scheduler.h>"
+
+[hello-signatures]
+exit=void, int
+Init = void, rtems_task_argument