NAME
babeltrace2-source.text.dmesg - Babeltrace 2's Linux kernel ring buffer source component classDESCRIPTION
A Babeltrace 2 source.text.dmesg message iterator reads the lines of a Linux kernel ring buffer, as printed by the dmesg(1) tool, and emits corresponding event messages.Linux kernel ring buffer lines (file or standard input) | | +----------------+ | | src.text.dmesg | '-->| | | out @--> Messages (single stream) +----------------+
[87166.510937] PM: Finishing wakeup.
INITIALIZATION PARAMETERS
no-extract-timestamp=yes [optional boolean]Do NOT extract timestamps from the kernel ring
buffer lines: set the created event’s payload’s str field
to the whole line, including any timestamp prefix.
path=PATH [optional string]
Read the kernel ring buffer lines from the
file PATH instead of the standard input stream.
PORTS
+----------------+ | src.text.dmesg | | | | out @ +----------------+
Output
outSingle output port.
BUGS
If you encounter any issue or usability problem, please report it on the Babeltrace bug tracker (see <https://bugs.lttng.org/projects/babeltrace>).RESOURCES
The Babeltrace project shares some communication channels with the LTTng project (see <https://lttng.org/>).•Babeltrace website (see
<https://babeltrace.org/>)
•Mailing list (see
<https://lists.lttng.org>) for support and development:
[email protected]
•IRC channel (see
<irc://irc.oftc.net/lttng>): #lttng on irc.oftc.net
•Bug tracker (see
<https://bugs.lttng.org/projects/babeltrace>)
•Git repository (see
<https://git.efficios.com/?p=babeltrace.git>)
•GitHub project (see
<https://github.com/efficios/babeltrace>)
•Continuous integration (see
<https://ci.lttng.org/view/Babeltrace/>)
•Code review (see
<https://review.lttng.org/q/project:babeltrace>)