babeltrace2-plugin-ctf(7): "theirs" -> "its" (single CTF trace)
[babeltrace.git] / doc / man / babeltrace2-plugin-ctf.7.txt
... / ...
CommitLineData
1= babeltrace2-plugin-ctf(7)
2:manpagetype: plugin
3:revdate: 14 September 2019
4
5
6== NAME
7
8babeltrace2-plugin-ctf - Babeltrace 2's CTF plugin
9
10
11== DESCRIPTION
12
13The Babeltrace~2 `ctf` plugin contains component classes to read
14and write traces following the https://diamon.org/ctf/[Common Trace
15Format].
16
17include::common-see-babeltrace2-intro.txt[]
18
19
20== COMPONENT CLASSES
21
22compcls:source.ctf.fs::
23 Opens a CTF trace on the file system and emits the messages of its
24 data stream files.
25+
26See man:babeltrace2-source.ctf.fs(7).
27
28compcls:source.ctf.lttng-live::
29 Connects to an https://lttng.org/[LTTng] relay daemon and emits
30 the messages of the received CTF data streams.
31+
32See man:babeltrace2-source.ctf.lttng-live(7).
33
34compcls:sink.ctf.fs::
35 Writes the consumed messages as one or more CTF traces on the file
36 system.
37+
38See man:babeltrace2-sink.ctf.fs(7).
39
40
41include::common-footer.txt[]
42
43
44== SEE ALSO
45
46man:babeltrace2-intro(7),
47man:babeltrace2-source.ctf.fs(7),
48man:babeltrace2-source.ctf.lttng-live(7),
49man:babeltrace2-sink.ctf.fs(7)
This page took 0.023599 seconds and 4 git commands to generate.