7a3adb87ce82eea66ca01c61e57220de5a25472a
[babeltrace.git] / tests / data / plugins / src.ctf.fs / query / metadata-info-succeed1.expect
1 text: /* CTF 1.8 */
2 typealias integer { size = 8; align = 8; signed = false; } := uint8_t;
3 typealias integer { size = 32; align = 32; signed = false; } := uint32_t;
4
5 trace {
6 major = 1;
7 minor = 8;
8 uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
9 byte_order = le;
10 packet.header := struct {
11 uint32_t magic;
12 uint8_t uuid[16];
13 };
14 };
15
16 stream {
17 packet.context := struct {
18 uint32_t content_size;
19 uint32_t packet_size;
20 };
21 };
22
23 event {
24 name = string;
25 fields := struct { string str; };
26 };
27
28 is-packetized: no
This page took 0.029772 seconds and 3 git commands to generate.