Home
last modified time | relevance | path

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

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