Searched refs:BuildString (Results 1 – 3 of 3) sorted by relevance
66 static std::string BuildString(const std::vector<const EventType*>& event_types);
467 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString() function in simpleperf::ScopedEventTypes
1910 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()