Searched refs:TraceCursor (Results 1 – 10 of 10) sorted by relevance
18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor() function in TraceCursor21 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()
165 m_s << "(event) " << TraceCursor::EventKindToString(*item.event); in TraceItem()356 m_j.attribute("event", TraceCursor::EventKindToString(*item.event)); in DumpEvent()
94 class TraceCursor {98 TraceCursor(lldb::ThreadSP thread_sp);100 virtual ~TraceCursor() = default;
18 class TraceCursorIntelPT : public TraceCursor {
24 : TraceCursor(thread_sp), m_decoded_thread_sp(decoded_thread_sp), in TraceCursorIntelPT()
318 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfo() 411 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfoAsJson()
315 TraceHTR(Thread &thread, TraceCursor &cursor);
129 TraceHTR::TraceHTR(Thread &thread, TraceCursor &cursor) in TraceHTR()
252 class TraceCursor; variable455 typedef std::shared_ptr<lldb_private::TraceCursor> TraceCursorSP;
693 SRCS+= Target/TraceCursor.cpp