Searched refs:IsTimestampSupported (Results 1 – 4 of 4) sorted by relevance
39 bool IsTimestampSupported(const perf_event_attr& attr);
40 bool IsTimestampSupported() const;
79 bool ETMPerCpu::IsTimestampSupported() const { in IsTimestampSupported() function in simpleperf::ETMPerCpu188 ts_supported &= p.second.IsTimestampSupported(); in BuildEtmConfig()
223 bool IsTimestampSupported(const perf_event_attr& attr) { in IsTimestampSupported() function