Struct perfcnt::linux::perf_format::SampleId [] [src]

pub struct SampleId {
    pub ptid: ThreadId,
    pub time: u64,
    pub id: u64,
    pub stream_id: u64,
    pub cpu: Cpu,
    pub identifier: u64,
}

Fields

if PERF_SAMPLE_TID set

if PERF_SAMPLE_TIME set

if PERF_SAMPLE_ID set

if PERF_SAMPLE_STREAM_ID set

if PERF_SAMPLE_CPU set

if PERF_SAMPLE_IDENTIFIER set

Trait Implementations

impl Debug for SampleId
[src]

Formats the value using the given formatter.