examples/barectf-tracepoint: fix comment
[barectf.git] / tests / config / pass / everything / config.yaml
CommitLineData
e935c3f3 1version: '2.2'
bed7233f 2prefix: bctf_
e935c3f3
PP
3options:
4 gen-prefix-def: true
023229f2 5 gen-default-stream-def: true
bed7233f
PP
6metadata:
7 $include:
8 - inc-metadata.yaml
9 - stdmisc.yaml
10 - lttng-ust-log-levels.yaml
11 type-aliases:
12 my-clock-int:
13 $inherit: uint32
14 property-mappings:
15 - type: clock
16 name: some_clock
17 property: value
18 my-special-int:
19 size: 19
20 base: hex
21 $log-levels:
22 couch: 0755
23 trace:
24 $include: inc-trace.yaml
25 byte-order: be
26 clocks:
27 some_clock:
28 $include: inc-clock.yaml
29 description: this is my favorite clock
30 offset:
31 cycles: 91827439187
32 absolute: null
33 streams:
34 my_stream:
35 packet-context-type:
36 class: struct
37 fields:
38 packet_size: uint16
39 content_size: uint16
40 timestamp_begin: my-clock-int
41 timestamp_end: my-clock-int
42 events:
43 my_event:
44 payload-type:
45 class: struct
46 fields:
47 my_field:
48 class: int
49 size: 8
50 my_other_stream:
51 $include: inc-stream.yaml
52 packet-context-type:
53 class: struct
54 fields:
55 packet_size: uint32
56 content_size: uint32
57 events_discarded: uint16
58 event-header-type:
59 class: struct
60 fields:
61 id: uint8
62 timestamp: my-clock-int
63 events:
64 my_event:
65 $include: inc-event.yaml
66 context-type: null
67 payload-type:
68 class: struct
69 fields:
70 my_field:
71 class: int
72 size: 8
73 oh_henry_event:
74 payload-type:
75 class: struct
76 fields:
77 s1: string
78 s2: string
79 s3: string
80 s4: string
This page took 0.025519 seconds and 4 git commands to generate.