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

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

This record indicates a process exit event.

Fields

Trait Implementations

impl Debug for ExitRecord
[src]

Formats the value using the given formatter.