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