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