Home
last modified time | relevance | path

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

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