Expand description
Main implementation crate for the USDT package.
Structs
- A single DTrace probe function
- The
Providerrepresents a single DTrace provider, with a collection of probes. - A unique identifier that can be used to correlate multiple USDT probes together.
Enums
- A data type supported by the
usdtcrate. - Errors related to building DTrace probes into Rust code
Functions
- Register an application’s probe points with DTrace.
- Convert a serializable type into a JSON string, if possible.