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