Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMRecorder.h30 struct ETMPerCpu { struct
75 std::map<int, ETMPerCpu> etm_info_;
DETMRecorder.cpp72 int ETMPerCpu::GetMajorVersion() const { in GetMajorVersion()
76 bool ETMPerCpu::IsContextIDSupported() const { in IsContextIDSupported()
80 bool ETMPerCpu::IsTimestampSupported() const { in IsTimestampSupported()
84 bool ETMPerCpu::IsEnabled() const { in IsEnabled()
151 ETMPerCpu& cpu_info = etm_info_[cpu]; in ReadEtmInfo()