Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h265 virtual std::optional<uint64_t> GetHWClock() const = 0;
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h39 std::optional<uint64_t> GetHWClock() const override;
H A DTraceCursorIntelPT.cpp106 std::optional<uint64_t> TraceCursorIntelPT::GetHWClock() const { in GetHWClock() function in TraceCursorIntelPT
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp558 item.hw_clock = m_cursor_sp->GetHWClock(); in DumpInstructions()