Lines Matching refs:TraceIntelPTBundleLoader
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>
94 TraceIntelPTBundleLoader::CreateEmptyProcess(lldb::pid_t pid, in CreateEmptyProcess()
118 Expected<TraceIntelPTBundleLoader::ParsedProcess>
119 TraceIntelPTBundleLoader::ParseProcess(const JSONProcess &process) { in ParseProcess()
146 Expected<TraceIntelPTBundleLoader::ParsedProcess>
147 TraceIntelPTBundleLoader::ParseKernel( in ParseKernel()
197 Expected<std::vector<TraceIntelPTBundleLoader::ParsedProcess>>
198 TraceIntelPTBundleLoader::LoadBundle( in LoadBundle()
229 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema()
322 Error TraceIntelPTBundleLoader::AugmentThreadsFromContextSwitches( in AugmentThreadsFromContextSwitches()
370 Expected<TraceSP> TraceIntelPTBundleLoader::CreateTraceIntelPTInstance( in CreateTraceIntelPTInstance()
393 void TraceIntelPTBundleLoader::NormalizeAllPaths( in NormalizeAllPaths()
421 Expected<TraceSP> TraceIntelPTBundleLoader::Load() { in Load()