Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp132 const JSONTraceBundleDescription &bundle_description) { in LoadBundle()
230 JSONTraceBundleDescription &bundle_description) { in AugmentThreadsFromContextSwitches()
278 JSONTraceBundleDescription &bundle_description, std::vector<ParsedProcess> &parsed_processes) { in CreateTraceIntelPTInstance()
296 JSONTraceBundleDescription &bundle_description) { in NormalizeAllPaths()
319 JSONTraceBundleDescription bundle_description; in Load() local
H A DTraceIntelPTBundleLoader.h37 const llvm::json::Value &bundle_description, in TraceIntelPTBundleLoader()
H A DTraceIntelPTJSONStructs.cpp119 json::Value toJSON(const JSONTraceBundleDescription &bundle_description) { in toJSON()
129 bool fromJSON(const json::Value &value, JSONTraceBundleDescription &bundle_description, Path path) { in fromJSON()
H A DTraceIntelPT.cpp66 const json::Value &bundle_description, StringRef bundle_dir, in CreateInstanceForTraceBundle()
84 JSONTraceBundleDescription &bundle_description, ArrayRef<ProcessSP> traced_processes, in CreateInstanceForPostmortemTrace()
124 TraceIntelPT::TraceIntelPT(JSONTraceBundleDescription &bundle_description, in TraceIntelPT()