Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h34 struct TraceIntelPTStartRequest : TraceStartRequest { struct
61 bool fromJSON(const llvm::json::Value &value, TraceIntelPTStartRequest &packet, argument
64 llvm::json::Value toJSON(const TraceIntelPTStartRequest &packet);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp21 bool TraceIntelPTStartRequest::IsPerCpuTracing() const { in IsPerCpuTracing()
45 bool fromJSON(const json::Value &value, TraceIntelPTStartRequest &packet, in fromJSON()
63 json::Value toJSON(const TraceIntelPTStartRequest &packet) { in toJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp645 TraceIntelPTStartRequest request; in Start()
687 TraceIntelPTStartRequest request; in Start()