Home
last modified time | relevance | path

Searched refs:ScopedEventTypes (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Devent_type.h70 class ScopedEventTypes {
74 ScopedEventTypes(const std::string& event_type_str);
75 ~ScopedEventTypes();
Devent_type.cpp466 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::ScopedEventTypes
492 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
Drecord_file.h237 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
DRecordReadThread_test.cpp492 ScopedEventTypes scoped_types("cs-etm,0,0"); in TEST_F()
Drecord_file_reader.cpp262 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in UseRecordingEnvironment()
Dcmd_record.cpp2151 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()