OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_BPU_MISSES
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/icachetest/
Profiler.cpp
142
if (eventMask &
EV_BPU_MISSES
) {
148
mEnabledEvents |=
EV_BPU_MISSES
;
Profiler.h
56
EV_BPU_MISSES
= 1 << BRANCH_MISSES,
62
EV_BPU_RATES = EV_BPU_REFS |
EV_BPU_MISSES
,
Completed in 492 milliseconds