Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h176 bool SetEnableEvents(bool enable);
Dcmd_record.cpp653 return event_selection_set_.SetEnableEvents(false) && in PrepareRecording()
654 event_selection_set_.SetEnableEvents(true); in PrepareRecording()
1497 result = event_selection_set_.SetEnableEvents(false); in ProcessControlCmd()
1499 result = event_selection_set_.SetEnableEvents(true); in ProcessControlCmd()
Devent_selection_set.cpp842 bool EventSelectionSet::SetEnableEvents(bool enable) { in SetEnableEvents() function in simpleperf::EventSelectionSet