Searched refs:controller_weak_ (Results 1 – 2 of 2) sorted by relevance
354 : controller_weak_(std::move(controller_weak)), in FtraceSink()361 if (controller_weak_) in ~FtraceSink()362 controller_weak_->Unregister(this); in ~FtraceSink()370 if (controller_weak_) in DumpFtraceStats()371 controller_weak_->DumpFtraceStats(stats); in DumpFtraceStats()
157 base::WeakPtr<FtraceController> controller_weak_; variable