Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp148 const JSONTraceBundleDescription &bundle_description) { in ParseKernel() argument
199 const JSONTraceBundleDescription &bundle_description) { in LoadBundle() argument
323 AugmentThreadsFromContextSwitches(JSONTraceBundleDescription & bundle_description) AugmentThreadsFromContextSwitches() argument
371 CreateTraceIntelPTInstance(JSONTraceBundleDescription & bundle_description,std::vector<ParsedProcess> & parsed_processes) CreateTraceIntelPTInstance() argument
394 NormalizeAllPaths(JSONTraceBundleDescription & bundle_description) NormalizeAllPaths() argument
423 JSONTraceBundleDescription bundle_description; Load() local
[all...]
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()