Struct lttng_ust_generate::Generator [] [src]

pub struct Generator { /* fields omitted */ }

Encapsulates the logic for generating the C and Rust source files needed to realize your tracepoints

Methods

impl Generator
[src]

[src]

Sets the base name for the generated C library

[src]

Add a new provider to generate tracepoints for

[src]

Sets the name of the root Rust source file into which tracepoint bindings are generated.

[src]

Perform generation.

Trait Implementations

impl Default for Generator
[src]

[src]

Returns the "default value" for a type. Read more