Module bcc::perf_event[][src]

Structs

PerfCallback
PerfEvent
PerfEventArray
PerfMap
PerfMapBuilder

A builder type for producing PerfMaps

PerfReader

Enums

CacheId

Used to specify a particular cache for a hardware cache event.

CacheOp

Used to specify a particular cache operation for a hardware cache event.

CacheResult

Used to specify a particular cache result for a hardware cache event.

Event

An Event is a collection of event descriptors which are required to initialize a PerfEvent.

HardwareEvent

Used to specify a named hardware event.

SoftwareEvent

Used to specify a named software event.

Functions

init_perf_mapDeprecated

Convenience function to initialize a PerfMap without using the builder pattern. Will be deprecated in a future release.