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