Searched refs:ScopedEventTypes (Results 1 – 6 of 6) sorted by relevance
70 class ScopedEventTypes {74 ScopedEventTypes(const std::string& event_type_str);75 ~ScopedEventTypes();
466 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()478 ScopedEventTypes::ScopedEventTypes(const std::string& event_type_str) { in ScopedEventTypes() function in simpleperf::ScopedEventTypes492 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
237 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
492 ScopedEventTypes scoped_types("cs-etm,0,0"); in TEST_F()
262 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in UseRecordingEnvironment()
2151 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()