Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMRecorder.h43 bool IsTimestampSupported() const;
Devent_attr.h46 bool IsTimestampSupported(const perf_event_attr& attr);
DETMRecorder.cpp79 bool ETMPerCpu::IsTimestampSupported() const { in IsTimestampSupported() function in simpleperf::ETMPerCpu
214 ts_supported &= p.second.IsTimestampSupported(); in BuildEtmConfig()
Devent_attr.cpp228 bool IsTimestampSupported(const perf_event_attr& attr) { in IsTimestampSupported() function