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