Home
last modified time | relevance | path

Searched refs:IsEtmEventType (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Devent_type.h127 bool IsEtmEventType(uint32_t type);
Devent_selection_set.cpp193 if (IsEtmEventType(event_type->event_type.type)) { in BuildAndCheckEventSelection()
205 } else if (IsEtmEventType(event_type->event_type.type)) { in BuildAndCheckEventSelection()
265 if (IsEtmEventType(selection.event_attr.type)) { in AddEventGroup()
679 if (IsEtmEventType(selection.event_type_modifier.event_type.type)) { in ApplyAddrFilters()
Devent_type.cpp588 bool IsEtmEventType(uint32_t type) { in IsEtmEventType() function
DRecordReadThread.cpp388 if (IsEtmEventType(fd->attr().type)) { in HandleAddEventFds()