9cc93ed91ba196c19ca3b32db9e1b50836a4def1
[babeltrace.git] / doc / man / babeltrace2-plugin-ctf.7.txt
1 babeltrace2-plugin-ctf(7)
2 ========================
3 :manpagetype: plugin
4 :revdate: 5 October 2017
5
6
7 NAME
8 ----
9 babeltrace2-plugin-ctf - Babeltrace's CTF plugin
10
11
12 DESCRIPTION
13 -----------
14 The Babeltrace `ctf` plugin contains component classes which can read
15 and write the http://diamon.org/ctf/[Common Trace Format].
16
17 See man:babeltrace2-intro(7) to learn more about the Babeltrace
18 project and its core concepts.
19
20
21 COMPONENT CLASSES
22 -----------------
23 compcls:sink.ctf.fs::
24 Writes the received notifications as a CTF trace on the file system.
25 +
26 See man:babeltrace2-sink.ctf.fs(7).
27
28 compcls: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 +
32 See man:babeltrace2-source.ctf.fs(7).
33
34 compcls: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 +
38 See man:babeltrace2-source.ctf.lttng-live(7).
39
40
41 include::common-footer.txt[]
42
43
44 SEE ALSO
45 --------
46 man:babeltrace2-sink.ctf.fs(7),
47 man:babeltrace2-source.ctf.fs(7),
48 man:babeltrace2-source.ctf.lttng-live(7),
49 man:babeltrace2-intro(7)
This page took 0.032487 seconds and 3 git commands to generate.