Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.h43 bool DisableAllEvents();
Dftrace_controller.h69 void DisableAllEvents();
Dftrace_controller.cc332 void FtraceController::DisableAllEvents() { in DisableAllEvents() function in perfetto::FtraceController
333 ftrace_procfs_->DisableAllEvents(); in DisableAllEvents()
Dftrace_procfs_integrationtest.cc44 ftrace->DisableAllEvents(); in ResetFtrace()
Dftrace_procfs.cc99 bool FtraceProcfs::DisableAllEvents() { in DisableAllEvents() function in perfetto::FtraceProcfs
Dftrace_config_muxer.cc420 ftrace_->DisableAllEvents(); in RemoveConfig()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc238 ftrace_->DisableAllEvents(); in CreateFtraceDataSource()