Macro lttng_ust::import_tracepoints [] [src]

macro_rules! import_tracepoints {
    ($src:expr, $module_name:ident) => { ... };
}

Imports tracepoints. See the module documentation for lttng-ust-generate or the examples folder in the repo for an examples of how to use this macro.