Home
last modified time | relevance | path

Searched refs:GetCPUInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp182 Expected<pt_cpu> cpu_info = trace_intel_pt.GetCPUInfo(); in DecodeInMemoryTrace()
237 if (Expected<pt_cpu> cpu_info = trace.GetCPUInfo()) in DecodeLiveThread()
H A DTraceIntelPT.h140 llvm::Expected<pt_cpu> GetCPUInfo();
H A DTraceIntelPT.cpp181 Expected<pt_cpu> TraceIntelPT::GetCPUInfo() { in GetCPUInfo() function in TraceIntelPT