Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.h63 class ScopedEventTypes {
67 ScopedEventTypes(const std::string& event_type_str);
68 ~ScopedEventTypes();
Devent_type.cpp242 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()
254 ScopedEventTypes::ScopedEventTypes(const std::string& event_type_str) { in ScopedEventTypes() function in ScopedEventTypes
270 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
Drecord_file.h200 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
Drecord_file_reader.cpp217 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in UseRecordingEnvironment()
Dcmd_record.cpp1771 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()