Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp253 if (!IsTraced(tid)) { in DumpTraceInfo()
359 if (!IsTraced(tid)) { in DumpTraceInfoAsJson()
597 bool TraceIntelPT::IsTraced(lldb::tid_t tid) { in IsTraced() function in TraceIntelPT
H A DTraceIntelPT.h102 bool IsTraced(lldb::tid_t tid) override;
H A DTraceIntelPTBundleSaver.cpp108 if (!trace_sp->IsTraced(tid)) in BuildThreadsSection()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h200 virtual bool IsTraced(lldb::tid_t tid) = 0;