Searched refs:ETM4_CFG_BIT_TS (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ | ||
D | ETMConstants.h | 30 static constexpr int ETM4_CFG_BIT_TS = 11; variable |
D | ETMRecorder.cpp | 231 etm_config_reg_ |= 1U << ETM4_CFG_BIT_TS; in BuildEtmConfig() |