Searched refs:SystemTracingBackend (Results 1 – 4 of 4) sorted by relevance
30 TracingBackend* SystemTracingBackend::GetInstance() { in GetInstance()31 static auto* instance = new SystemTracingBackend(); in GetInstance()35 SystemTracingBackend::SystemTracingBackend() {} in SystemTracingBackend() function in perfetto::internal::SystemTracingBackend37 std::unique_ptr<ProducerEndpoint> SystemTracingBackend::ConnectProducer( in ConnectProducer()50 std::unique_ptr<ConsumerEndpoint> SystemTracingBackend::ConnectConsumer( in ConnectConsumer()
25 TracingBackend* SystemTracingBackend::GetInstance() { in GetInstance()
38 class PERFETTO_EXPORT SystemTracingBackend : public TracingBackend {49 SystemTracingBackend();
165 &internal::SystemTracingBackend::GetInstance; in Initialize()