Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h57 bool IsPerCpuTracing() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp21 bool TraceIntelPTStartRequest::IsPerCpuTracing() const { in IsPerCpuTracing() function in lldb_private::TraceIntelPTStartRequest
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp109 if (request.IsPerCpuTracing()) { in TraceStart()