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
pid: i32
tid: i32