Crate dtrace_parser

source ·
Expand description

A small library for parsing DTrace provider files.

Structs§

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

Enums§

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