Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_selection_set.h112 std::vector<const EventType*> GetEvents() const;
H A Devent_selection_set.cpp286 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents() function in simpleperf::EventSelectionSet
H A Dcmd_record.cpp1189 std::vector<const EventType*> events = event_selection_set_.GetEvents(); in TraceOffCpu()
1910 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()