Home
last modified time | relevance | path

Searched refs:CreateTraceIntelPTInstance (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h66 CreateTraceIntelPTInstance(JSONTraceBundleDescription &bundle_description,
H A DTraceIntelPTBundleLoader.cpp277 Expected<TraceSP> TraceIntelPTBundleLoader::CreateTraceIntelPTInstance( in CreateTraceIntelPTInstance() function in TraceIntelPTBundleLoader
330 return CreateTraceIntelPTInstance(bundle_description, *parsed_processes); in Load()