[][src]Constant nc::types::PERF_RECORD_COMM

pub const PERF_RECORD_COMM: i32 = 3;
struct {
  struct perf_event_header header;

  u32 pid, tid;
  char comm[];
  struct sample_id sample_id;
};