Home
last modified time | relevance | path

Searched refs:IntelPTCollector (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DIntelPTCollector.cpp33 IntelPTCollector::IntelPTCollector(NativeProcessProtocol &process) in IntelPTCollector() function in IntelPTCollector
37 IntelPTCollector::FetchPerfTscConversionParameters() { in FetchPerfTscConversionParameters()
47 Error IntelPTCollector::TraceStop(lldb::tid_t tid) { in TraceStop()
53 Error IntelPTCollector::TraceStop(const TraceStopRequest &request) { in TraceStop()
99 Error IntelPTCollector::TraceStart(const TraceIntelPTStartRequest &request) { in TraceStart()
170 void IntelPTCollector::ProcessWillResume() { in ProcessWillResume()
175 void IntelPTCollector::ProcessDidStop() { in ProcessDidStop()
180 Error IntelPTCollector::OnThreadCreated(lldb::tid_t tid) { in OnThreadCreated()
187 Error IntelPTCollector::OnThreadDestroyed(lldb::tid_t tid) { in OnThreadDestroyed()
195 Expected<json::Value> IntelPTCollector::GetState() { in GetState()
[all …]
DIntelPTCollector.h29 class IntelPTCollector {
33 IntelPTCollector(NativeProcessProtocol &process);
DCMakeLists.txt2 IntelPTCollector.cpp
DNativeProcessLinux.h248 IntelPTCollector m_intel_pt_collector;
DNativeProcessLinux.cpp1972 if (IntelPTCollector::IsSupported()) in TraceSupported()