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

pub struct ThreadId {
    pub pid: i32,
    pub tid: i32,
}

Unique thread descriptor. Used in many different perf structures.

Fields

Trait Implementations

impl Debug for ThreadId
[src]

Formats the value using the given formatter.