Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h127 bool RecordNotExecutableMaps() const;
Devent_selection_set.cpp483 bool EventSelectionSet::RecordNotExecutableMaps() const { in RecordNotExecutableMaps() function in EventSelectionSet
Dcmd_record.cpp1242 if (!(map.prot & PROT_EXEC) && !event_selection_set_.RecordNotExecutableMaps()) { in DumpProcessMaps()