summaryrefslogtreecommitdiffstats
path: root/hello/both_hello/hello-deep.ini
blob: e3f486b3ae5d729f5cecadaf415fb0309273304a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;
; RTEMS Trace Linker Configuration: hello deep
;
; This script configure the both hello example to perform deep
; tracing of RTEMS via the printf trace generator.
;
[tracer]
;
; Name of the trace.
;
name = Hello Deep RTEMS Tracer
;
; Options can be defined here or on the command line.
;
;options = verbose, verbose
options = dump-on-error
;
; Functions to trace.
;
traces = hello-deep-trace
traces = rtems-score-object-all
traces = rtems-score-thread-all
traces = rtems-score-heap-all
traces = rtems-score-coremutex-all
;
; Define the function sets. These are the function's that can be
; added to the trace lists.
;
functions = hello-deep-trace
functions = rtems-score
;
; Include RTEMS Trace support.
;
include = rtems.ini, rtld-base.ini

;
; User application trace example.
;
[hello-deep-trace]
generator = printk-generator
signatures = hello-signatures
trace = exit, Init, POSIX_Init
header = "#include <rtems.h>"

[hello-signatures]
exit=void, int
Init = void, rtems_task_argument
POSIX_Init = void*, void*