Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_procfs.h92 bool AppendFunctionGraphFilters(const std::vector<std::string>& filters);
H A Dftrace_procfs.cc260 bool FtraceProcfs::AppendFunctionGraphFilters( in AppendFunctionGraphFilters() function in perfetto::FtraceProcfs
H A Dftrace_config_muxer.cc834 if (!ftrace_->AppendFunctionGraphFilters(request.function_graph_roots())) in SetupConfig()