Searched refs:ScopedEventTypes (Results 1 – 5 of 5) sorted by relevance
64 class ScopedEventTypes {68 ScopedEventTypes(const std::string& event_type_str);69 ~ScopedEventTypes();
467 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()479 ScopedEventTypes::ScopedEventTypes(const std::string& event_type_str) { in ScopedEventTypes() function in simpleperf::ScopedEventTypes493 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
222 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
225 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in UseRecordingEnvironment()
1910 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()