Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DPerf.cpp211 if (Error err = DisableWithIoctl()) in GetReadOnlyDataBuffer()
260 if (Error err = DisableWithIoctl()) in GetReadOnlyAuxBuffer()
294 Error PerfEvent::DisableWithIoctl() { in DisableWithIoctl() function in PerfEvent
H A DPerf.h234 llvm::Error DisableWithIoctl();
H A DIntelPTSingleBufferTrace.cpp209 return m_perf_event.DisableWithIoctl(); in Pause()