Home
last modified time | relevance | path

Searched refs:GetEtmEventType (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DETMRecorder.cpp93 int ETMRecorder::GetEtmEventType() { in GetEtmEventType() function in simpleperf::ETMRecorder
103 int etm_event_type = GetEtmEventType(); in BuildEventType()
112 if (GetEtmEventType() == -1) { in CheckEtmSupport()
218 data.pmu_type = GetEtmEventType(); in CreateAuxTraceInfoRecord()
DETMRecorder.h55 int GetEtmEventType();
Dcmd_list.cpp171 [](const EventType& e) { return e.type == ETMRecorder::GetInstance().GetEtmEventType(); }}}, in Run()