Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.cpp111 Expected<uint32_t> process_linux::GetIntelPTOSEventType() { in GetIntelPTOSEventType() function in process_linux
195 if (Expected<uint32_t> intel_pt_type = GetIntelPTOSEventType()) in CreateIntelPTPerfEventConfiguration()
H A DIntelPTSingleBufferTrace.h24 llvm::Expected<uint32_t> GetIntelPTOSEventType();
H A DIntelPTCollector.cpp257 if (Expected<uint32_t> intel_pt_type = GetIntelPTOSEventType()) { in IsSupported()