OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_L1I_MISSES
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/icachetest/
Profiler.cpp
163
if (eventMask &
EV_L1I_MISSES
) {
169
mEnabledEvents |=
EV_L1I_MISSES
;
184
if (eventMask &
EV_L1I_MISSES
) {
191
mEnabledEvents |=
EV_L1I_MISSES
;
Profiler.h
58
EV_L1I_MISSES
= 1 << ICACHE_MISSES,
61
EV_L1I_RATES = EV_L1I_REFS |
EV_L1I_MISSES
,
Completed in 514 milliseconds