Home
last modified time | relevance | path

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

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