[][src]Crate tracers_core

Re-exports

pub extern crate failure;
pub extern crate libc;
pub use argtypes::wrap;
pub use argtypes::ProbeArgNativeType;
pub use argtypes::ProbeArgType;
pub use argtypes::ProbeArgWrapper;

Modules

argtypes

This module and its submodules implement a type-safe wrapper around Rust types such that any suitable type can be passed as a parameter to the C probing libraries with a minimum of overhead.

Type Definitions

ProviderInitResult

The result of a provider init is either a string with some free-form details about the provider, or a string indicating the error which prevented the provider from initializing