Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtest_util.cpp111 simpleperf::EventTypeManager::Instance().ForEachType(callback); in HasPmuCounter()
Devent_type.h106 bool ForEachType(const std::function<bool(const EventType&)>& callback);
Dcmd_list.cpp121 EventTypeManager::Instance().ForEachType(callback); in PrintEventTypesOfType()
Drecord_lib_interface.cpp47 EventTypeManager::Instance().ForEachType(callback); in GetAllEvents()
Devent_attr.cpp251 EventTypeManager::Instance().ForEachType(callback); in GetEventNameByAttr()
Devent_type.cpp397 bool EventTypeManager::ForEachType(const std::function<bool(const EventType&)>& callback) { in ForEachType() function in simpleperf::EventTypeManager