Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h91 std::vector<const EventType*> GetEvents() const;
Devent_selection_set.cpp259 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents() function in EventSelectionSet
Dcmd_record.cpp1743 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()