Searched refs:trace_bundle_description (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 120 Debugger &debugger, const json::Value &trace_bundle_description, in FindPluginForPostMortemProcess() argument 124 if (!json::fromJSON(trace_bundle_description, json_bundle, root)) in FindPluginForPostMortemProcess() 129 return create_callback(trace_bundle_description, bundle_dir, debugger); in FindPluginForPostMortemProcess()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 71 SaveTraceBundleDescription(const llvm::json::Value &trace_bundle_description, in SaveTraceBundleDescription() argument 76 os << formatv("{0:2}", trace_bundle_description).str(); in SaveTraceBundleDescription()
|
H A D | TraceIntelPT.h | 60 /// \param[in] trace_bundle_description 73 const llvm::json::Value &trace_bundle_description,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-interfaces.h | 132 const llvm::json::Value &trace_bundle_description,
|