Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller.cc98 const char* const FtraceController::kTracingPaths[] = { member in perfetto::FtraceController
130 while (!ftrace_procfs && kTracingPaths[index]) { in Create()
131 ftrace_procfs = FtraceProcfs::Create(kTracingPaths[index++]); in Create()
Dftrace_procfs_integrationtest.cc54 while (!FtraceProcfs::Create(FtraceController::kTracingPaths[i])) { in GetFtracePath()
57 return std::string(FtraceController::kTracingPaths[i]); in GetFtracePath()
Dftrace_controller.h52 static const char* const kTracingPaths[];
/external/perfetto/test/
Dend_to_end_integrationtest.cc186 constexpr auto kTracingPaths = FtraceController::kTracingPaths; in SetUp() local
187 while (!ftrace_procfs_ && kTracingPaths[index]) { in SetUp()
188 ftrace_procfs_ = FtraceProcfs::Create(kTracingPaths[index++]); in SetUp()