Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h179 bool SetEnableEvents(bool enable);
Dcmd_record.cpp597 return event_selection_set_.SetEnableEvents(false) && in PrepareRecording()
598 event_selection_set_.SetEnableEvents(true); in PrepareRecording()
1451 result = event_selection_set_.SetEnableEvents(false); in ProcessControlCmd()
1453 result = event_selection_set_.SetEnableEvents(true); in ProcessControlCmd()
Devent_selection_set.cpp823 bool EventSelectionSet::SetEnableEvents(bool enable) { in SetEnableEvents() function in EventSelectionSet