Searched refs:ForEachType (Results 1 – 6 of 6) sorted by relevance
111 simpleperf::EventTypeManager::Instance().ForEachType(callback); in HasPmuCounter()
106 bool ForEachType(const std::function<bool(const EventType&)>& callback);
121 EventTypeManager::Instance().ForEachType(callback); in PrintEventTypesOfType()
47 EventTypeManager::Instance().ForEachType(callback); in GetAllEvents()
251 EventTypeManager::Instance().ForEachType(callback); in GetEventNameByAttr()
397 bool EventTypeManager::ForEachType(const std::function<bool(const EventType&)>& callback) { in ForEachType() function in simpleperf::EventTypeManager