Intel 64 and IA-32 Architectures Software Developers Manual Volume 3B, System Programming Guide Part 2

Table Of Contents
Vol. 3 A-95
PERFORMANCE-MONITORING EVENTS
CBH 04H MEM_LOAD_
RETIRED.L2_MISS
Retired loads
that miss the
L2 cache
(precise event)
This event counts the number of retired
load operations that missed the L2 cache.
This event counts loads from cacheable
memory only. It does not count loads by
software prefetches.
When this event is captured with the
precise event mechanism, the collected
samples contain the address of the
instruction that was executed immediately
after the instruction that caused the
event.
Use IA32_PMC0 only.
CBH 08H MEM_LOAD_
RETIRED.L2_LINE_
MISS
L2 cache line
missed by
retired loads
(precise event)
This event counts the number of load
operations that miss the L2 cache and
result in a bus request to fetch the missing
cache line. That is the missing cache line
fetching has not yet started.
This event count is equal to the number of
cache lines fetched from memory by
retired loads.
This event counts loads from cacheable
memory only. The event does not count
loads by software prefetches.
The event might not be counted if the load
is blocked (see LOAD_BLOCK events).
When this event is captured with the
precise event mechanism, the collected
samples contain the address of the
instruction that was executed immediately
after the instruction that caused the
event.
Use IA32_PMC0 only.
Table A-6. Non-Architectural Performance Events
in Processors Based on Intel Core Microarchitecture (Contd.)
Event
Num
Umask
Value Event Name Definition
Description and
Comment