Searched refs:OnBundleComplete (Results 1 - 6 of 6) sorted by relevance

/external/perfetto/include/perfetto/ftrace_reader/
H A Dftrace_controller.h111 // |OnBundleComplete| allowing the client to perform finalization.
120 virtual void OnBundleComplete(size_t,
149 void OnBundleComplete(size_t cpu, function in class:perfetto::FtraceSink
151 delegate_->OnBundleComplete(cpu, std::move(bundle), metadata_);
/external/perfetto/src/ftrace_reader/
H A Dend_to_end_integrationtest.cc80 virtual void OnBundleComplete(size_t cpu, function in class:perfetto::__anon18640::EndToEndIntegrationTest
120 // Start processing the tasks (OnBundleComplete will quit the task runner).
154 // Start processing the tasks (OnBundleComplete will quit the task runner).
H A Dftrace_controller.cc270 sink->OnBundleComplete(cpu, std::move(bundles[i++]));
H A Dftrace_controller_unittest.cc103 void OnBundleComplete(size_t cpu,
/external/perfetto/src/traced/probes/
H A Dprobes_producer.h89 void OnBundleComplete(size_t cpu,
H A Dprobes_producer.cc354 void ProbesProducer::SinkDelegate::OnBundleComplete( function in class:ProbesProducer::SinkDelegate

Completed in 404 milliseconds