Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

Precise Events

Precise events are events for which the exact instruction addresses that caused the event are available. You can configure these events to collect extended information, the values of all the registers evaluated at the IP of the interrupt, on IA-32 and Intel® 64 architecture systems. For example, on Intel Core™ 2 processor family, an L2 load miss that retrieves a cacheline can be identified with the MEM_LOAD_RETIRED.L2_LINE_MISS event. The register values and the disassembly allows the reconstruction of the linear address of the memory operation that caused the event.

Check the Event Description in the Analysis Type configuration pane to make sure the events you use are precise. Usually precise events have a _PS postfix (for example, UOPS_RETIRED.RETIRE_SLOTS_PS) and/or a clear indication (Precise Event) in the Event Description column, for example:

See Also