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