[][src]Constant nc::types::PERF_RECORD_FORK

pub const PERF_RECORD_FORK: i32 = 7;
struct {
  struct perf_event_header header;
  u32 pid, ppid;
  u32 tid, ptid;
  u64 time;
  struct sample_id sample_id;
};