Constant nc::types::PERF_RECORD_ITRACE_START[][src]

pub const PERF_RECORD_ITRACE_START: i32 = 12;
Expand description

Indicates that instruction trace has started

struct {
  struct perf_event_header header;
  u32 pid;
  u32 tid;
  struct sample_id sample_id;
};