Searched refs:TraceCursor (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 18 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 D | TraceDumper.cpp | 138 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 D | CMakeLists.txt | 73 TraceCursor.cpp
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceCursorIntelPT.cpp | 24 : 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 D | TraceCursorIntelPT.h | 17 class TraceCursorIntelPT : public TraceCursor {
|
| H A D | TraceIntelPT.cpp | 269 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 D | TraceCursor.h | 93 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 D | BUILD.gn | 96 "TraceCursor.cpp",
|
| /llvm-project-15.0.7/lldb/ |
| H A D | CODE_OWNERS.txt | 49 D: Trace, TraceCursor, TraceExport, intel-pt, lldb-vscode, Data Formatters
|
| /llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.h | 315 TraceHTR(Thread &thread, TraceCursor &cursor);
|
| H A D | TraceHTR.cpp | 128 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 D | lldb-forward.h | 240 class TraceCursor; variable 423 typedef std::unique_ptr<lldb_private::TraceCursor> TraceCursorUP;
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 2298 cursor_up->Seek(1, TraceCursor::SeekType::End); in DoExecute()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3849 lldb/include/lldb/Target/TraceCursor.h 4656 lldb/source/Target/TraceCursor.cpp
|