Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dunwinding.cc161 base::FlatSet<DataSourceInstanceID> sources_to_stop; in ProcessQueue() local
181 sources_to_stop.insert(ds_id); in ProcessQueue()
185 for (auto ds_id : sources_to_stop) in ProcessQueue()