Module aya::maps::perf[][src]

Expand description

Ring buffer types used to receive events from eBPF programs using the linux perf API.

See the PerfEventArray and AsyncPerfEventArray.

Structs

AsyncPerfEventArray

A Future based map that can be used to receive events from eBPF programs using the linux perf API.

AsyncPerfEventArrayBuffer

A Future based ring buffer that can receive events from eBPF programs.

Events

Return type of read_events().

PerfEventArray

A map that can be used to receive events from eBPF programs using the linux perf API.

PerfEventArrayBuffer

A ring buffer that can receive events from eBPF programs.

Enums

PerfBufferError

Perf buffer error.