Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMRecorder.h56 std::unique_ptr<EventType> BuildEventType();
DETMRecorder.cpp101 std::unique_ptr<EventType> ETMRecorder::BuildEventType() { in BuildEventType() function in simpleperf::ETMRecorder
Devent_type.cpp283 std::unique_ptr<EventType> etm_type = ETMRecorder::GetInstance().BuildEventType(); in GetAllEventTypes()