Searched refs:CheckEtmSupport (Results 1 – 5 of 5) sorted by relevance
61 android::base::expected<bool, std::string> CheckEtmSupport();
40 auto result = ETMRecorder::GetInstance().CheckEtmSupport(); in HasDeviceSupport()
952 if (!ETMRecorder::GetInstance().CheckEtmSupport().ok()) { in TEST()987 if (!ETMRecorder::GetInstance().CheckEtmSupport().ok()) { in TEST()995 if (!ETMRecorder::GetInstance().CheckEtmSupport().ok()) { in TEST()1008 if (!ETMRecorder::GetInstance().CheckEtmSupport().ok()) { in TEST()1067 if (!ETMRecorder::GetInstance().CheckEtmSupport().ok()) { in TEST()1076 if (!ETMRecorder::GetInstance().CheckEtmSupport().ok()) { in TEST()
114 expected<bool, std::string> ETMRecorder::CheckEtmSupport() { in CheckEtmSupport() function in simpleperf::ETMRecorder
220 if (auto result = etm_recorder.CheckEtmSupport(); !result.ok()) { in BuildAndCheckEventSelection()