1BABELTRACE2-PLUGIN() BABELTRACE2-PLUGIN()
2
3
4
6 babeltrace2-plugin-ctf - Babeltrace 2's CTF plugin
7
9 The Babeltrace 2 ctf plugin contains component classes to read and
10 write traces following the Common Trace Format (see
11 <https://diamon.org/ctf/>).
12
13 See babeltrace2-intro(7) to learn more about the Babeltrace 2 project
14 and its core concepts.
15
17 source.ctf.fs
18 Opens a CTF trace on the file system and emits the messages of its
19 data stream files.
20
21 See babeltrace2-source.ctf.fs(7).
22
23 source.ctf.lttng-live
24 Connects to an LTTng (see <https://lttng.org/>) relay daemon and
25 emits the messages of the received CTF data streams.
26
27 See babeltrace2-source.ctf.lttng-live(7).
28
29 sink.ctf.fs
30 Writes the consumed messages as one or more CTF traces on the file
31 system.
32
33 See babeltrace2-sink.ctf.fs(7).
34
36 If you encounter any issue or usability problem, please report it on
37 the Babeltrace bug tracker (see
38 <https://bugs.lttng.org/projects/babeltrace>).
39
41 The Babeltrace project shares some communication channels with the
42 LTTng project (see <https://lttng.org/>).
43
44 • Babeltrace website (see <https://babeltrace.org/>)
45
46 • Mailing list (see <https://lists.lttng.org>) for support and
47 development: lttng-dev@lists.lttng.org
48
49 • IRC channel (see <irc://irc.oftc.net/lttng>): #lttng on
50 irc.oftc.net
51
52 • Bug tracker (see <https://bugs.lttng.org/projects/babeltrace>)
53
54 • Git repository (see <https://git.efficios.com/?p=babeltrace.git>)
55
56 • GitHub project (see <https://github.com/efficios/babeltrace>)
57
58 • Continuous integration (see
59 <https://ci.lttng.org/view/Babeltrace/>)
60
61 • Code review (see <https://review.lttng.org/q/project:babeltrace>)
62
64 The Babeltrace 2 project is the result of hard work by many regular
65 developers and occasional contributors.
66
67 The current project maintainer is Jérémie Galarneau
68 <mailto:jeremie.galarneau@efficios.com>.
69
71 This plugin is part of the Babeltrace 2 project.
72
73 Babeltrace is distributed under the MIT license (see
74 <https://opensource.org/licenses/MIT>).
75
77 babeltrace2-intro(7), babeltrace2-source.ctf.fs(7),
78 babeltrace2-source.ctf.lttng-live(7), babeltrace2-sink.ctf.fs(7)
79
80
81
82 BABELTRACE2-PLUGIN()