Searched refs:TraceIntelPTBundleLoader (Results 1 – 4 of 4) sorted by relevance
1 //===-- TraceIntelPTBundleLoader.cpp --------------------------------------===//9 #include "TraceIntelPTBundleLoader.h"27 FileSpec TraceIntelPTBundleLoader::NormalizePath(const std::string &path) { in NormalizePath() 34 Error TraceIntelPTBundleLoader::ParseModule(Target &target, in ParseModule() 68 Error TraceIntelPTBundleLoader::CreateJSONError(json::Path::Root &root, in CreateJSONError() 79 TraceIntelPTBundleLoader::ParseThread(Process &process, in ParseThread() 93 Expected<TraceIntelPTBundleLoader::ParsedProcess> in CreateEmptyProcess() 94 TraceIntelPTBundleLoader::CreateEmptyProcess(lldb::pid_t pid, in CreateEmptyProcess() 118 Expected<TraceIntelPTBundleLoader::ParsedProcess> in ParseProcess() 119 TraceIntelPTBundleLoader in ParseProcess() [all...]
20 class TraceIntelPTBundleLoader {37 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader() function
15 #include "TraceIntelPTBundleLoader.h"82 TraceIntelPTBundleLoader::GetSchema(), DebuggerInitialize); in Initialize() 100 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema() 113 return TraceIntelPTBundleLoader(debugger, bundle_description, bundle_dir) in CreateInstanceForTraceBundle()
14 #include "TraceIntelPTBundleLoader.h"199 friend class TraceIntelPTBundleLoader;