Searched refs:BuildEventType (Results 1 – 3 of 3) sorted by relevance
56 std::unique_ptr<EventType> BuildEventType();
102 std::unique_ptr<EventType> ETMRecorder::BuildEventType() { in BuildEventType() function in simpleperf::ETMRecorder
314 std::unique_ptr<EventType> etm_type = ETMRecorder::GetInstance().BuildEventType(); in LoadTypes()