Enum nc::types::perf_record_ksymbol_type_t[][src]

#[repr(u8)]
pub enum perf_record_ksymbol_type_t {
    PERF_RECORD_KSYMBOL_TYPE_UNKNOWN,
    PERF_RECORD_KSYMBOL_TYPE_BPF,
    PERF_RECORD_KSYMBOL_TYPE_OOL,
    PERF_RECORD_KSYMBOL_TYPE_MAX,
}

Variants

PERF_RECORD_KSYMBOL_TYPE_UNKNOWN

PERF_RECORD_KSYMBOL_TYPE_BPF

PERF_RECORD_KSYMBOL_TYPE_OOL

Out of line code such as kprobe-replaced instructions or optimized kprobes or ftrace trampolines.

PERF_RECORD_KSYMBOL_TYPE_MAX

non-ABI

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.