Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DETMRecorder.h56 std::unique_ptr<EventType> BuildEventType();
H A DETMRecorder.cpp102 std::unique_ptr<EventType> ETMRecorder::BuildEventType() { in BuildEventType() function in simpleperf::ETMRecorder
H A Devent_type.cpp314 std::unique_ptr<EventType> etm_type = ETMRecorder::GetInstance().BuildEventType(); in LoadTypes()