Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DTraceIntelPTGDBRemotePackets.h58 bool IsPerCpuTracing() const;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DTraceIntelPTGDBRemotePackets.cpp21 bool TraceIntelPTStartRequest::IsPerCpuTracing() const { in IsPerCpuTracing() function in lldb_private::TraceIntelPTStartRequest
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DIntelPTCollector.cpp106 if (request.IsPerCpuTracing()) { in TraceStart()