lib: rename include dir to babeltrace2
[babeltrace.git] / doc / man / babeltrace-plugin-utils.7.txt
CommitLineData
0659f3af
PP
1babeltrace-plugin-utils(7)
2==========================
3:manpagetype: plugin
4:revdate: 5 October 2017
5
6
7NAME
8----
9babeltrace-plugin-utils - Babeltrace's utilities plugin
10
11
12DESCRIPTION
13-----------
14The Babeltrace `utils` plugin contains common, generic utility component
15classes which you can use in any processing graph.
16
17See man:babeltrace-intro(7) to learn more about the Babeltrace
18project and its core concepts.
19
20
21COMPONENT CLASSES
22-----------------
23compcls:filter.utils.muxer::
24 Multiplexes the notifications received on its multiple input ports
25 by time to its single output port.
26+
27See man:babeltrace-filter.utils.muxer(7).
28
29compcls:filter.utils.trimmer::
30 Discards all the received events with a timestamp less than a given
31 beginning timestamp and greater than a given end timestamp,
32 effectively ``cutting'' the traces.
33+
34See man:babeltrace-filter.utils.trimmer(7).
35
36compcls:sink.utils.dummy::
37 Receives the notifications from its single input port and discards
38 them (does absolutely nothing with them). This is useful for
39 testing and benchmarking a trace processing graph application,
40 for example man:babeltrace(1).
41+
42See man:babeltrace-sink.utils.dummy(7).
43
44compcls:sink.utils.counter::
45 Prints the number of notifications received from its single input
46 port, either once at the end or periodically.
47+
48See man:babeltrace-sink.utils.counter(7).
49
50
51include::common-footer.txt[]
52
53
54SEE ALSO
55--------
56man:babeltrace-intro(7),
57man:babeltrace-filter.utils.muxer(7),
58man:babeltrace-filter.utils.trimmer(7),
59man:babeltrace-sink.utils.counter(7),
60man:babeltrace-sink.utils.dummy(7)
This page took 0.0285 seconds and 4 git commands to generate.