Documentation ¶
Overview ¶
Package eventsmap represents the perf event map used by the datapath to send events to the Cilium agent. It is primarily managed from the datapath; Cilium side is used to create the map only. +groupName=maps
Index ¶
Constants ¶
View Source
const (
// MapName is the BPF map name.
MapName = "cilium_events"
)
Variables ¶
View Source
var Cell = cell.Module( "events-map", "eBPF ring buffer of cilium events", cell.Provide(newEventsMap), )
Cell provides eventsmap.Map, which is the hive representation of the cilium events perf event ring buffer.
View Source
var (
MaxEntries int
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.