Module dof::dof[][src]

Types representing DTrace Object Format data structures.

The Section struct is used to represent a complete DTrace Object Format section as contained in an object file. It contains one or more Providers, each with one or more Probes. The Probe type contains all the information required to locate a probe callsite within an object file.

Structs

Ident

Static identifying information about a DOF section (such as version numbers)

Probe

Information about a single DTrace probe

Provider

Information about a single provider

Section

Representation of a DOF section of an object file

Enums

DataEncoding

Represents the endianness of the platform

DataModel

Represents the DTrace data model, e.g. the pointer width of the platform

Error

Errors related to building or manipulating the DOF format