Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dunwinding.h99 void PostPurgeDataSource(DataSourceInstanceID ds_id);
Dunwinding.cc497 void Unwinder::PostPurgeDataSource(DataSourceInstanceID ds_id) { in PostPurgeDataSource() function in perfetto::profiling::Unwinder
Dperf_producer.cc912 unwinding_worker_->PostPurgeDataSource(ds_id); in PurgeDataSource()