Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h34 struct TraceIntelPTStartRequest : TraceStartRequest { struct
36 uint64_t ipt_trace_size;
61 bool fromJSON(const llvm::json::Value &value, TraceIntelPTStartRequest &packet, argument