Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.h39 bool IsTimestampSupported(const perf_event_attr& attr);
DETMRecorder.h40 bool IsTimestampSupported() const;
DETMRecorder.cpp79 bool ETMPerCpu::IsTimestampSupported() const { in IsTimestampSupported() function in simpleperf::ETMPerCpu
188 ts_supported &= p.second.IsTimestampSupported(); in BuildEtmConfig()
Devent_attr.cpp223 bool IsTimestampSupported(const perf_event_attr& attr) { in IsTimestampSupported() function