Home
last modified time | relevance | path

Searched refs:TraceCursor (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor() function in TraceCursor
21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef()
25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards()
27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards()
29 bool TraceCursor::IsError() const { in IsError()
33 bool TraceCursor::IsEvent() const { in IsEvent()
37 bool TraceCursor::IsInstruction() const { in IsInstruction()
41 const char *TraceCursor::GetEventTypeAsString() const { in GetEventTypeAsString()
45 const char *TraceCursor::EventKindToString(lldb::TraceEvent event_kind) { in EventKindToString()
H A DTraceDumper.cpp165 m_s << "(event) " << TraceCursor::EventKindToString(*item.event); in TraceItem()
356 m_j.attribute("event", TraceCursor::EventKindToString(*item.event)); in DumpEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h94 class TraceCursor {
98 TraceCursor(lldb::ThreadSP thread_sp);
100 virtual ~TraceCursor() = default;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h18 class TraceCursorIntelPT : public TraceCursor {
H A DTraceCursorIntelPT.cpp24 : TraceCursor(thread_sp), m_decoded_thread_sp(decoded_thread_sp), in TraceCursorIntelPT()
H A DTraceIntelPT.cpp318 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfo()
411 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfoAsJson()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h315 TraceHTR(Thread &thread, TraceCursor &cursor);
H A DTraceHTR.cpp129 TraceHTR::TraceHTR(Thread &thread, TraceCursor &cursor) in TraceHTR()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h252 class TraceCursor; variable
455 typedef std::shared_ptr<lldb_private::TraceCursor> TraceCursorSP;
/freebsd/lib/clang/liblldb/
H A DMakefile693 SRCS+= Target/TraceCursor.cpp