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