Crate dtrace_parser

Source
Expand description

A small library for parsing DTrace provider files.

Structs§

File
Type representing a single D file and all the providers it defines.
Integer
An integer data type
Probe
Type representing a single D probe definition within a provider.
Provider
Type representing a single DTrace provider and all of its probes.

Enums§

BitWidth
The bit-width of an integer data type
DTraceError
Type representing errors that occur when parsing a D file.
DataType
Represents the data type of a single probe argument.
Rule
Sign
The signed-ness of an integer data type