Home
last modified time | relevance | path

Searched refs:IsTraced (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp204 if (!IsTraced(tid)) { in DumpTraceInfo()
310 if (!IsTraced(tid)) { in DumpTraceInfoAsJson()
548 bool TraceIntelPT::IsTraced(lldb::tid_t tid) { in IsTraced() function in TraceIntelPT
H A DTraceIntelPT.h84 bool IsTraced(lldb::tid_t tid) override;
H A DTraceIntelPTBundleSaver.cpp110 if (!trace_sp->IsTraced(tid)) in BuildThreadsSection()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h199 virtual bool IsTraced(lldb::tid_t tid) = 0;