Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.h39 static const std::vector<const EventType>& GetAllEventTypes();
Dcmd_list.cpp55 auto& event_types = EventTypeFactory::GetAllEventTypes(); in Run()
Devent_type.cpp45 const std::vector<const EventType>& EventTypeFactory::GetAllEventTypes() { in GetAllEventTypes() function in EventTypeFactory