Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMRecorder.cpp68 static uint32_t GetBits(uint32_t value, int start, int end) { in GetBits() function
73 return GetBits(trcidr1, 8, 11); in GetMajorVersion()
77 return GetBits(trcidr2, 5, 9) >= 4; in IsContextIDSupported()
81 return GetBits(trcidr0, 24, 28) > 0; in IsTimestampSupported()
85 return GetBits(trcauthstatus, 0, 3) == 0xc; in IsEnabled()
240 min_pairs = std::min<size_t>(min_pairs, GetBits(p.second.trcidr4, 0, 3)); in GetAddrFilterPairs()