Lines Matching refs:TraceIntelPTBundleLoader
25 FileSpec TraceIntelPTBundleLoader::NormalizePath(const std::string &path) { in NormalizePath()
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()
277 Expected<TraceSP> TraceIntelPTBundleLoader::CreateTraceIntelPTInstance( in CreateTraceIntelPTInstance()
295 void TraceIntelPTBundleLoader::NormalizeAllPaths( in NormalizeAllPaths()
317 Expected<TraceSP> TraceIntelPTBundleLoader::Load() { in Load()