[][src]Constant nc::types::PERF_RECORD_SWITCH_CPU_WIDE

pub const PERF_RECORD_SWITCH_CPU_WIDE: i32 = 15;

CPU-wide version of PERF_RECORD_SWITCH with next_prev_pid and next_prev_tid that are the next (switching out) or previous (switching in) pid/tid.

struct {
  struct perf_event_header header;
  u32 next_prev_pid;
  u32 next_prev_tid;
  struct sample_id sample_id;
};