Searched refs:TraceIntelPTBundleLoader (Results 1 – 5 of 5) sorted by relevance
32 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 …]
20 class TraceIntelPTBundleLoader {36 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader() function
27 TraceIntelPTBundleLoader.cpp
47 TraceIntelPTBundleLoader::GetSchema()); in Initialize()55 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()68 return TraceIntelPTBundleLoader(debugger, bundle_description, in CreateInstanceForTraceBundle()
177 friend class TraceIntelPTBundleLoader;