Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DPerf.cpp209 if (Error err = DisableWithIoctl()) in GetReadOnlyDataBuffer()
258 if (Error err = DisableWithIoctl()) in GetReadOnlyAuxBuffer()
292 Error PerfEvent::DisableWithIoctl() { in DisableWithIoctl() function in PerfEvent
H A DPerf.h232 llvm::Error DisableWithIoctl();
H A DIntelPTSingleBufferTrace.cpp206 return m_perf_event.DisableWithIoctl(); in Pause()