Lines Matching refs:TraceCursorIntelPT
20 TraceCursorIntelPT::TraceCursorIntelPT( in TraceCursorIntelPT() function in TraceCursorIntelPT
30 void TraceCursorIntelPT::Next() { in Next()
35 void TraceCursorIntelPT::ClearTimingRangesIfInvalid() { in ClearTimingRangesIfInvalid()
53 TraceCursorIntelPT::GetTSCRange() const { in GetTSCRange()
62 TraceCursorIntelPT::GetNanosecondsRange() const { in GetNanosecondsRange()
71 bool TraceCursorIntelPT::Seek(int64_t offset, SeekType origin) { in Seek()
88 bool TraceCursorIntelPT::HasValue() const { in HasValue()
93 lldb::TraceItemKind TraceCursorIntelPT::GetItemKind() const { in GetItemKind()
97 const char *TraceCursorIntelPT::GetError() const { in GetError()
101 lldb::addr_t TraceCursorIntelPT::GetLoadAddress() const { in GetLoadAddress()
105 Optional<uint64_t> TraceCursorIntelPT::GetHWClock() const { in GetHWClock()
111 Optional<double> TraceCursorIntelPT::GetWallClockTime() const { in GetWallClockTime()
119 Optional<lldb::cpu_id_t> TraceCursorIntelPT::GetCPU() const { in GetCPU()
123 lldb::TraceEvent TraceCursorIntelPT::GetEventType() const { in GetEventType()
127 bool TraceCursorIntelPT::GoToId(user_id_t id) { in GoToId()
135 bool TraceCursorIntelPT::HasId(lldb::user_id_t id) const { in HasId()
139 user_id_t TraceCursorIntelPT::GetId() const { return m_pos; } in GetId()