Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp148 const JSONTraceBundleDescription &bundle_description) { in ParseKernel()
199 const JSONTraceBundleDescription &bundle_description) { in LoadBundle()
323 JSONTraceBundleDescription &bundle_description) { in AugmentThreadsFromContextSwitches()
371 JSONTraceBundleDescription &bundle_description, in CreateTraceIntelPTInstance()
394 JSONTraceBundleDescription &bundle_description) { in NormalizeAllPaths()
423 JSONTraceBundleDescription bundle_description; in Load() local
H A DTraceIntelPTBundleLoader.h38 const llvm::json::Value &bundle_description, in TraceIntelPTBundleLoader()
H A DTraceIntelPTJSONStructs.cpp134 json::Value toJSON(const JSONTraceBundleDescription &bundle_description) { in toJSON()
147 JSONTraceBundleDescription &bundle_description, Path path) { in fromJSON()
H A DTraceIntelPT.cpp111 const json::Value &bundle_description, StringRef bundle_dir, in CreateInstanceForTraceBundle()
130 JSONTraceBundleDescription &bundle_description, in CreateInstanceForPostmortemTrace()
172 TraceIntelPT::TraceIntelPT(JSONTraceBundleDescription &bundle_description, in TraceIntelPT()