Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPT.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
HDTraceIntelPT.h102 bool IsTraced(lldb::tid_t tid) override;
HDTraceIntelPTBundleSaver.cpp108 if (!trace_sp->IsTraced(tid)) in BuildThreadsSection()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTrace.h200 virtual bool IsTraced(lldb::tid_t tid) = 0;