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

pub struct ForkRecord {
    pub pid: u32,
    pub ppid: u32,
    pub tid: u32,
    pub ptid: u32,
    pub time: u64,
}

This record indicates a fork event.

Fields

Trait Implementations

impl Debug for ForkRecord
[src]

Formats the value using the given formatter.