Searched refs:AddDataSource (Results 1 – 4 of 4) sorted by relevance
76 bool AddDataSource(FtraceDataSource*) PERFETTO_WARN_UNUSED_RESULT;
565 bool FtraceController::AddDataSource(FtraceDataSource* data_source) { in AddDataSource() function in perfetto::FtraceController
239 if (!AddDataSource(data_source.get())) in AddFakeDataSource()
138 if (!ftrace_->AddDataSource(data_source.get())) { in CreateDSInstance()