Home
last modified time | relevance | path

Searched refs:BuildString (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Devent_type.h67 static std::string BuildString(const std::vector<const EventType*>& event_types);
Devent_type.cpp115 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString() function in ScopedEventTypes
Dcmd_record.cpp1642 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()