OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L1D
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/events/i386/westmere/
unit_masks
58
0x01 l1d_l2 Cycles
L1D
and L2 locked
59
0x02
l1d
Cycles
L1D
locked
109
name:
l1d
type:bitmask default:0x01
111
0x02 m_repl
L1D
cache lines allocated in the M state
112
0x04 m_evict
L1D
cache lines replaced in M state
113
0x08 m_snoop_evict
L1D
snoop eviction of cache lines in M state
115
0x01 requests
L1D
hardware prefetch requests
116
0x02 miss
L1D
hardware prefetch misses
117
0x04 triggers
L1D
hardware prefetch requests triggere
[
all
...]
/external/oprofile/events/i386/nehalem/
unit_masks
21
0x08 l1d_block Cacheable loads delayed with
L1D
block code
166
0x02 miss Counts number of hardware prefetch requests that miss the
L1D
172
name:
l1d
type:bitmask default:0x01
183
0x01 l1d_l2 Cycle count during which the
L1D
and L2 are locked
184
0x02
l1d
Counts the number of cycles that cacheline in the L1 data cache unit is locked
248
0x40 l1d_writeback Counts number of
L1D
writebacks to the uncore
302
0x40 hit_lfb Counts number of retired loads that miss the
L1D
and the address is located in an allocated line fill buffer and will soon be committed to cache
332
0x10 l1d_wb Counts
L1D
writeback operations to the L2
333
0x20 fill Counts L2 cache line fill operations due to load, RFO,
L1D
writeback or prefetch
events
48
event:0x42 counters:0,1 um:l1d_cache_lock minimum:6000 name:L1D_CACHE_LOCK : Counts retired load locks in the
L1D
cache.
56
event:0x51 counters:0,1 um:
l1d
minimum:6000 name:
L1D
: Counts the number of lines brought from/to the L1 data cache.
/external/linux-tools-perf/util/
parse-events.c
96
{ "L1-dcache", "l1-d", "
l1d
", "L1-data", },
127
[C(
L1D
)] = (CACHE_READ | CACHE_WRITE | CACHE_PREFETCH),
Completed in 281 milliseconds