Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h67 const std::vector<std::unique_ptr<EventFd>>& FindEventFdsByType(const EventType& event_type);
Devent_selection_set.cpp205 const std::vector<std::unique_ptr<EventFd>>& EventSelectionSet::FindEventFdsByType( in FindEventFdsByType() function in EventSelectionSet
Dcmd_record.cpp130 event_selection_set_.FindEventFdsByType(*measured_event_type_)); in Run()