Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.h75 const std::set<EventType>& GetAllEventTypes();
Devent_type.cpp69 for (auto& event : GetAllEventTypes()) { in GetTracepointEvents()
275 const std::set<EventType>& GetAllEventTypes() { in GetAllEventTypes() function
294 const auto& event_types = GetAllEventTypes(); in FindEventTypeByName()
Dcmd_list.cpp202 auto& event_types = GetAllEventTypes(); in Run()
Drecord_lib_interface.cpp40 for (auto& type : GetAllEventTypes()) { in GetAllEvents()
Devent_attr.cpp232 for (const auto& event_type : GetAllEventTypes()) { in GetEventNameByAttr()
Dcmd_record_test.cpp340 for (auto& event_type : GetAllEventTypes()) { in HasPmuCounter()