Struct aya::maps::stack_trace::StackTrace[][src]

pub struct StackTrace {
    pub id: u32,
    // some fields omitted
}
Expand description

A kernel or user space stack trace.

See the StackTraceMap documentation for examples.

Fields

id: u32

The stack trace id as returned by bpf_get_stackid().

Implementations

Resolves symbol names using the given symbol map.

You can use util::kernel_symbols() to load kernel symbols. For user-space traces you need to provide the symbols, for example loading them from debug info.

Returns the frames in this stack trace.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.