Constant PERF_RECORD_MISC_EXACT_IP

Source
pub const PERF_RECORD_MISC_EXACT_IP: u16 = _; // 16_384u16
Expand description

Indicates that the content of PERF_SAMPLE_IP points to the actual instruction that triggered the event. See also perf_event_attr::precise_ip. Used on PERF_RECORD_SAMPLE of precise events.