Searched refs:GetCPUInfoForLiveProcess (Results 1 – 2 of 2) sorted by relevance
201 llvm::Expected<pt_cpu> GetCPUInfoForLiveProcess();
484 Expected<pt_cpu> TraceIntelPT::GetCPUInfoForLiveProcess() { in GetCPUInfoForLiveProcess() function in TraceIntelPT539 if (llvm::Expected<pt_cpu> cpu_info = GetCPUInfoForLiveProcess()) in GetCPUInfo()