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