tracers-codegen 0.1.0

Contains the compile-time code generation logic which powers the `probe` and `tracers` macros. Do not use this crate directly; see "tracers" for more information.
Documentation
1
2
3
4
5
//! Contains one sub-module for every supported tracing target.  Each one contains an
//! implementation of `NativeCodeGenerator` to support that particular target.

pub(super) mod lttng;
pub(super) mod stap;