Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h105 llvm::Error AugmentThreadsFromContextSwitches(JSONTraceBundleDescription &bundle_description);
H A DTraceIntelPTBundleLoader.cpp229 Error TraceIntelPTBundleLoader::AugmentThreadsFromContextSwitches( in AugmentThreadsFromContextSwitches() function in TraceIntelPTBundleLoader
325 if (Error err = AugmentThreadsFromContextSwitches(bundle_description)) in Load()