Home
last modified time | relevance | path

Searched refs:JSONTraceBundleDescription (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h66 CreateTraceIntelPTInstance(JSONTraceBundleDescription &bundle_description,
96 LoadBundle(const JSONTraceBundleDescription &bundle_description);
105 llvm::Error AugmentThreadsFromContextSwitches(JSONTraceBundleDescription &bundle_description);
109 void NormalizeAllPaths(JSONTraceBundleDescription &bundle_description);
H A DTraceIntelPTJSONStructs.h50 struct JSONTraceBundleDescription { struct
70 llvm::json::Value toJSON(const JSONTraceBundleDescription &bundle_description); argument
87 bool fromJSON(const llvm::json::Value &value, JSONTraceBundleDescription &bundle_description,
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()
H A DTraceIntelPTJSONStructs.cpp23 Optional<std::vector<lldb::cpu_id_t>> JSONTraceBundleDescription::GetCpuIds() { in GetCpuIds()
119 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.h197 JSONTraceBundleDescription &bundle_description,
203 TraceIntelPT(JSONTraceBundleDescription &bundle_description,
H A DTraceIntelPT.cpp84 JSONTraceBundleDescription &bundle_description, ArrayRef<ProcessSP> traced_processes, in CreateInstanceForPostmortemTrace()
124 TraceIntelPT::TraceIntelPT(JSONTraceBundleDescription &bundle_description, in TraceIntelPT()
H A DTraceIntelPTBundleSaver.cpp362 JSONTraceBundleDescription json_intel_pt_bundle_desc{"intel-pt", *cpu_info, *json_processes, in SaveToDisk()