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