Home
last modified time | relevance | path

Searched refs:TraceIntelPTBundleLoader (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp32 Error TraceIntelPTBundleLoader::ParseModule(Target &target, in ParseModule()
66 Error TraceIntelPTBundleLoader::CreateJSONError(json::Path::Root &root, in CreateJSONError()
77 TraceIntelPTBundleLoader::ParseThread(Process &process, in ParseThread()
91 Expected<TraceIntelPTBundleLoader::ParsedProcess>
92 TraceIntelPTBundleLoader::ParseProcess(const JSONProcess &process) { in ParseProcess()
130 Expected<std::vector<TraceIntelPTBundleLoader::ParsedProcess>>
131 TraceIntelPTBundleLoader::LoadBundle( in LoadBundle()
152 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema()
229 Error TraceIntelPTBundleLoader::AugmentThreadsFromContextSwitches( in AugmentThreadsFromContextSwitches()
295 void TraceIntelPTBundleLoader::NormalizeAllPaths( in NormalizeAllPaths()
[all …]
H A DTraceIntelPTBundleLoader.h20 class TraceIntelPTBundleLoader {
36 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader() function
H A DCMakeLists.txt27 TraceIntelPTBundleLoader.cpp
H A DTraceIntelPT.cpp47 TraceIntelPTBundleLoader::GetSchema()); in Initialize()
55 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
68 return TraceIntelPTBundleLoader(debugger, bundle_description, in CreateInstanceForTraceBundle()
H A DTraceIntelPT.h177 friend class TraceIntelPTBundleLoader;