Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.h93 bool ClearFunctionGraphFilters();
Dftrace_config_muxer.cc831 if (!current_state_.funcgraph_on && !ftrace_->ClearFunctionGraphFilters()) in SetupConfig()
1043 if (!ftrace_->ClearFunctionGraphFilters()) { in ResetCurrentTracer()
Dftrace_procfs.cc271 bool FtraceProcfs::ClearFunctionGraphFilters() { in ClearFunctionGraphFilters() function in perfetto::FtraceProcfs