Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp138 m_s << "(event) " << TraceCursor::EventKindToString(*item.event); in TraceItem()
215 m_j.attribute("event", TraceCursor::EventKindToString(*item.event)); in DumpEvent()
298 m_cursor_up->Seek(0, TraceCursor::SeekType::Beginning); in TraceDumper()
300 m_cursor_up->Seek(0, TraceCursor::SeekType::End); in TraceDumper()
305 TraceCursor::SeekType::Current); in TraceDumper()
H A DCMakeLists.txt73 TraceCursor.cpp
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp24 : TraceCursor(thread_sp), m_decoded_thread_sp(decoded_thread_sp), in TraceCursorIntelPT()
73 case TraceCursor::SeekType::Beginning: in Seek()
76 case TraceCursor::SeekType::End: in Seek()
79 case TraceCursor::SeekType::Current: in Seek()
H A DTraceCursorIntelPT.h17 class TraceCursorIntelPT : public TraceCursor {
H A DTraceIntelPT.cpp269 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfo()
362 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfoAsJson()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h93 class TraceCursor {
109 TraceCursor(lldb::ThreadSP thread_sp);
111 virtual ~TraceCursor() = default;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn96 "TraceCursor.cpp",
/llvm-project-15.0.7/lldb/
H A DCODE_OWNERS.txt49 D: Trace, TraceCursor, TraceExport, intel-pt, lldb-vscode, Data Formatters
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h315 TraceHTR(Thread &thread, TraceCursor &cursor);
H A DTraceHTR.cpp128 TraceHTR::TraceHTR(Thread &thread, TraceCursor &cursor) in TraceHTR()
133 cursor.Seek(0, TraceCursor::SeekType::Beginning); in TraceHTR()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h240 class TraceCursor; variable
423 typedef std::unique_ptr<lldb_private::TraceCursor> TraceCursorUP;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp2298 cursor_up->Seek(1, TraceCursor::SeekType::End); in DoExecute()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3849 lldb/include/lldb/Target/TraceCursor.h
4656 lldb/source/Target/TraceCursor.cpp