OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_L1D_MISSES
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/icachetest/
Profiler.cpp
122
if (eventMask &
EV_L1D_MISSES
) {
128
mEnabledEvents |=
EV_L1D_MISSES
;
Profiler.h
54
EV_L1D_MISSES
= 1 << DCACHE_MISSES,
60
EV_L1D_RATES = EV_L1D_REFS |
EV_L1D_MISSES
,
Completed in 323 milliseconds