examples/barectf-tracepoint: fix comment
[deliverable/barectf.git] / tests / config / fail / trace / bo-invalid.yaml
CommitLineData
bed7233f
PP
1version: '2.1'
2metadata:
3 type-aliases:
4 uint16:
5 class: int
6 size: 16
7 trace:
8 byte-order: ze
9 streams:
10 my_stream:
11 packet-context-type:
12 class: struct
13 fields:
14 packet_size: uint16
15 content_size: uint16
16 events:
17 my_event:
18 payload-type:
19 class: struct
20 fields:
21 my_field:
22 class: int
23 size: 8
This page took 0.022702 seconds and 4 git commands to generate.