Enum nc::types::perf_event_sample_format_t[][src]

#[repr(u64)]
pub enum perf_event_sample_format_t {
Show 27 variants PERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMPLE_RAW, PERF_SAMPLE_BRANCH_STACK, PERF_SAMPLE_REGS_USER, PERF_SAMPLE_STACK_USER, PERF_SAMPLE_WEIGHT, PERF_SAMPLE_DATA_SRC, PERF_SAMPLE_IDENTIFIER, PERF_SAMPLE_TRANSACTION, PERF_SAMPLE_REGS_INTR, PERF_SAMPLE_PHYS_ADDR, PERF_SAMPLE_AUX, PERF_SAMPLE_CGROUP, PERF_SAMPLE_DATA_PAGE_SIZE, PERF_SAMPLE_CODE_PAGE_SIZE, PERF_SAMPLE_WEIGHT_STRUCT, PERF_SAMPLE_MAX, __PERF_SAMPLE_CALLCHAIN_EARLY,
}
Expand description

Bits that can be set in attr.sample_type to request information in the overflow packets.

Variants

PERF_SAMPLE_IP

PERF_SAMPLE_TID

PERF_SAMPLE_TIME

PERF_SAMPLE_ADDR

PERF_SAMPLE_READ

PERF_SAMPLE_CALLCHAIN

PERF_SAMPLE_ID

PERF_SAMPLE_CPU

PERF_SAMPLE_PERIOD

PERF_SAMPLE_STREAM_ID

PERF_SAMPLE_RAW

PERF_SAMPLE_BRANCH_STACK

PERF_SAMPLE_REGS_USER

PERF_SAMPLE_STACK_USER

PERF_SAMPLE_WEIGHT

PERF_SAMPLE_DATA_SRC

PERF_SAMPLE_IDENTIFIER

PERF_SAMPLE_TRANSACTION

PERF_SAMPLE_REGS_INTR

PERF_SAMPLE_PHYS_ADDR

PERF_SAMPLE_AUX

PERF_SAMPLE_CGROUP

PERF_SAMPLE_DATA_PAGE_SIZE

PERF_SAMPLE_CODE_PAGE_SIZE

PERF_SAMPLE_WEIGHT_STRUCT

PERF_SAMPLE_MAX

non-ABI

__PERF_SAMPLE_CALLCHAIN_EARLY

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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.