Searched refs:JSONTraceBundleDescription (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.h | 66 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 D | TraceIntelPTJSONStructs.h | 50 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 D | TraceIntelPTBundleLoader.cpp | 132 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 D | TraceIntelPTJSONStructs.cpp | 23 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 D | TraceIntelPT.h | 197 JSONTraceBundleDescription &bundle_description, 203 TraceIntelPT(JSONTraceBundleDescription &bundle_description,
|
| H A D | TraceIntelPT.cpp | 84 JSONTraceBundleDescription &bundle_description, ArrayRef<ProcessSP> traced_processes, in CreateInstanceForPostmortemTrace() 124 TraceIntelPT::TraceIntelPT(JSONTraceBundleDescription &bundle_description, in TraceIntelPT()
|
| H A D | TraceIntelPTBundleSaver.cpp | 362 JSONTraceBundleDescription json_intel_pt_bundle_desc{"intel-pt", *cpu_info, *json_processes, in SaveToDisk()
|