Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp72 static Optional<int> GetCGroupFileDescriptor(lldb::pid_t pid) { in GetCGroupFileDescriptor() function
128 cgroup_fd = GetCGroupFileDescriptor(m_process.GetID()); in TraceStart()