Searched refs:ScopedTypeFinder (Results 1 – 1 of 1) sorted by relevance
334 class ScopedTypeFinder : public EventTypeFinder { class336 ScopedTypeFinder(std::set<EventType>&& types) : EventTypeFinder(EventFinderType::SCOPED) { in ScopedTypeFinder() function in simpleperf::ScopedTypeFinder489 std::make_unique<ScopedTypeFinder>(std::move(event_types))); in ScopedEventTypes()