Crate dtrace_parser[][src]

A small library for parsing DTrace provider files.

Structs

File

Type representing a single D file and all the providers it defines.

Probe

Type representing a single D probe definition within a provider.

Provider

Type representing a single DTrace provider and all of its probes.

Enums

DTraceError

Type representing errors that occur when parsing a D file.

DataType

Represents the data type of a single probe argument.

Rule