Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h112 std::vector<const EventType*> GetEvents() const;
Devent_selection_set.cpp286 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents() function in simpleperf::EventSelectionSet
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()