Searched refs:FindType (Results 1 – 3 of 3) sorted by relevance
79 virtual const EventType* FindType(const std::string& name) { in FindType() function in simpleperf::EventTypeFinder129 const EventType* FindType(const std::string& name) override { in FindType() function in simpleperf::TracepointSystemFinder200 const EventType* FindType(const std::string& name) override { in FindType() function in simpleperf::PMUTypeFinder204 return EventTypeFinder::FindType(name); in FindType()304 const EventType* FindType(const std::string& name) override { in FindType() function in simpleperf::ETMTypeFinder308 return EventTypeFinder::FindType(name); in FindType()416 const EventType* EventTypeManager::FindType(const std::string& name) { in FindType() function in simpleperf::EventTypeManager418 return scoped_finder_->FindType(name); in FindType()421 if (auto type = finder->FindType(name)) { in FindType()499 const EventType* event_type = EventTypeManager::Instance().FindType(name); in FindEventTypeByName()[all …]
107 const EventType* FindType(const std::string& name);
126 if (EventTypeManager::Instance().FindType(event_name) != nullptr) { in CreateProbeEventIfNotExist()