# Functions
No description provided by the author
# Structs
ContainerAddEvent is an event sourced from the Topology api on container-entry.
ContainerDelEvent is an event sourced from the Topology api upon container-exit.
RawEvent is format of an event as seen by the kernel.
TraceEvent is a more concrete version of the `RawEvent` structure, it includes data that needs to be "filled in" like the container information (as the kernel has no real idea what a container is).
# Type aliases
No description provided by the author
KernelEvent is a raw event from the kernel, used by kernel event reader.
KernelLostEvent is a raw lost event counter from the kernel, used by kernel event reader.