Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.h65 class ScopedEventTypes {
69 ScopedEventTypes(const std::string& event_type_str);
70 ~ScopedEventTypes();
Devent_type.cpp115 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()
127 ScopedEventTypes::ScopedEventTypes(const std::string& event_type_str) { in ScopedEventTypes() function in ScopedEventTypes
139 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
Dcmd_dumprecord.cpp76 std::unique_ptr<ScopedEventTypes> scoped_event_types; in Run()
84 scoped_event_types.reset(new ScopedEventTypes(it->second)); in Run()
Dcmd_trace_sched.cpp190 std::unique_ptr<ScopedEventTypes> scoped_event_types; in ParseSchedEvents()
198 scoped_event_types.reset(new ScopedEventTypes(it->second)); in ParseSchedEvents()
Dreport_lib_interface.cpp190 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
234 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in OpenRecordFileIfNecessary()
Dcmd_report_sample.cpp139 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
430 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in OpenRecordFile()
Dcmd_report.cpp471 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
752 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in ReadMetaInfoFromRecordFile()
Dcmd_record.cpp1642 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()