Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp74 virtual const EventType* FindType(const std::string& name) { in FindType() function in simpleperf::EventTypeFinder
128 const EventType* FindType(const std::string& name) override { in FindType() function in simpleperf::TracepointSystemFinder
199 const EventType* FindType(const std::string& name) override { in FindType() function in simpleperf::PMUTypeFinder
203 return EventTypeFinder::FindType(name); in FindType()
303 const EventType* FindType(const std::string& name) override { in FindType() function in simpleperf::ETMTypeFinder
307 return EventTypeFinder::FindType(name); in FindType()
415 const EventType* EventTypeManager::FindType(const std::string& name) { in FindType() function in simpleperf::EventTypeManager
417 return scoped_finder_->FindType(name); in FindType()
420 if (auto type = finder->FindType(name)) { in FindType()
498 const EventType* event_type = EventTypeManager::Instance().FindType(name); in FindEventTypeByName()
[all …]
Devent_type.h113 const EventType* FindType(const std::string& name);
DProbeEvents.cpp135 if (!IsProbeEvent(event_name) || (EventTypeManager::Instance().FindType(event_name) != nullptr)) { in CreateProbeEventIfNotExist()