Home
last modified time | relevance | path

Searched refs:kTracingPaths (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.cc72 const char* const FtraceProcfs::kTracingPaths[] = { member in perfetto::FtraceProcfs
83 while (!ftrace_procfs && kTracingPaths[index]) { in CreateGuessingMountPoint()
84 std::string path = kTracingPaths[index++]; in CreateGuessingMountPoint()
Dftrace_procfs.h31 static const char* const kTracingPaths[];