Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/intel-features/intel-pt/
DPTDecoder.h119 lldb::SBStructuredData GetTraceParams(lldb::SBError &error);
DPTDecoder.cpp76 lldb::SBStructuredData PTTraceOptions::GetTraceParams(lldb::SBError &error) { in GetTraceParams() function in PTTraceOptions
Dcli-wrapper-pt.cpp269 lldb::SBStructuredData data = options.GetTraceParams(error); in DoExecute()