Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h157 llvm::Expected<pt_cpu> GetCPUInfo();
H A DLibiptDecoder.cpp214 Expected<pt_cpu> cpu_info = trace_intel_pt.GetCPUInfo(); in CreateInstructionDecoder()
H A DTraceIntelPTBundleSaver.cpp345 Expected<pt_cpu> cpu_info = trace_ipt.GetCPUInfo(); in SaveToDisk()
H A DTraceIntelPT.cpp487 Expected<pt_cpu> TraceIntelPT::GetCPUInfo() { in GetCPUInfo() function in TraceIntelPT