Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.h78 const std::set<FtraceDataSource*>& started_data_sources);
256 const std::set<FtraceDataSource*>& started_data_sources);
Dcpu_reader.cc166 const std::set<FtraceDataSource*>& started_data_sources) { in ReadCycle() argument
176 parsing_buf, batch_pages, is_first_batch, started_data_sources); in ReadCycle()
202 const std::set<FtraceDataSource*>& started_data_sources) { in ReadAndProcessBatch() argument
275 for (FtraceDataSource* data_source : started_data_sources) { in ReadAndProcessBatch()