Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h72 KERNEL_RANGE, enumerator
Devent_selection_set.cpp146 case AddrFilter::KERNEL_RANGE: in ToString()
651 (filter.type == AddrFilter::FILE_RANGE || filter.type == AddrFilter::KERNEL_RANGE) ? 2 : 1; in ApplyAddrFilters()
Dcmd_record.cpp1891 filters->emplace_back(AddrFilter::KERNEL_RANGE, addr1, addr2 - addr1, ""); in ParseOneAddrFilter()