Constant pmc::CPU_ANY[][src]

pub const CPU_ANY: i32 = _CPU_ANY; // -1i32
Expand description

Counter instances allocated with CPU_ANY will measure events across all CPUs.

CPU_ANY is a convenience value for readability and should be preferred over using 0 directly.