Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp34 Error TraceIntelPTBundleLoader::ParseModule(Target &target, in ParseModule()
79 TraceIntelPTBundleLoader::ParseThread(Process &process, in ParseThread()
93 Expected<TraceIntelPTBundleLoader::ParsedProcess>
94 TraceIntelPTBundleLoader::CreateEmptyProcess(lldb::pid_t pid, in CreateEmptyProcess()
118 Expected<TraceIntelPTBundleLoader::ParsedProcess>
146 Expected<TraceIntelPTBundleLoader::ParsedProcess>
147 TraceIntelPTBundleLoader::ParseKernel( in ParseKernel()
198 TraceIntelPTBundleLoader::LoadBundle( in LoadBundle()
229 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema()
393 void TraceIntelPTBundleLoader::NormalizeAllPaths( in NormalizeAllPaths()
[all …]
H A DTraceIntelPTBundleLoader.h20 class TraceIntelPTBundleLoader {
37 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader() function
H A DTraceIntelPT.cpp82 TraceIntelPTBundleLoader::GetSchema(), DebuggerInitialize); in Initialize()
100 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
113 return TraceIntelPTBundleLoader(debugger, bundle_description, bundle_dir) in CreateInstanceForTraceBundle()
H A DTraceIntelPT.h199 friend class TraceIntelPTBundleLoader;