Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DETMRecorder.cpp80 bool ETMPerCpu::IsTimestampSupported() const { in IsTimestampSupported() function in simpleperf::ETMPerCpu
203 ts_supported &= p.second.IsTimestampSupported(); in BuildEtmConfig()
H A Devent_attr.h41 bool IsTimestampSupported(const perf_event_attr& attr);
H A DETMRecorder.h40 bool IsTimestampSupported() const;
H A Devent_attr.cpp226 bool IsTimestampSupported(const perf_event_attr& attr) { in IsTimestampSupported() function