Home
last modified time | relevance | path

Searched refs:PostStartDataSource (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/perf/
Dunwinding.h91 void PostStartDataSource(DataSourceInstanceID ds_id, bool kernel_frames);
Dunwinding.cc45 void Unwinder::PostStartDataSource(DataSourceInstanceID ds_id, in PostStartDataSource() function in perfetto::profiling::Unwinder
Dperf_producer.cc332 unwinding_worker_->PostStartDataSource(ds_id, in StartDataSource()