ark::kmsg

Classes

  • ark::kmsg::KmsgReader
    This class is responsible for attaching to /dev/kmsg and processing incoming messages.

  • ark::kmsg::KmsgReaderStage
    A stage that wraps the KmsgReader it will periodically read from the kernel message buffer and write the read messages into the debuglog.

Functions

Declared in “ark/kmsg/kmsg_reader.hh”:

  • KmsgStatement parse_kmsg_statement(std::string_view buffer)
    Parses a single kmsg statement from the kernel into a structured buffer.