Lines Matching refs:DecodedThread
33 bool DecodedThread::TSCRange::InRange(uint64_t item_index) const { in InRange()
38 bool DecodedThread::NanosecondsRange::InRange(uint64_t item_index) const { in InRange()
43 double DecodedThread::NanosecondsRange::GetInterpolatedTime( in GetInterpolatedTime()
88 uint64_t DecodedThread::GetItemsCount() const { return m_item_kinds.size(); } in GetItemsCount()
91 DecodedThread::GetInstructionLoadAddress(uint64_t item_index) const { in GetInstructionLoadAddress()
96 DecodedThread::GetSyncPointOffsetByIndex(uint64_t item_index) const { in GetSyncPointOffsetByIndex()
100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()
102 DecodedThread::TraceItemStorage &
103 DecodedThread::CreateNewTraceItem(lldb::TraceItemKind kind) { in CreateNewTraceItem()
113 void DecodedThread::NotifySyncPoint(lldb::addr_t psb_offset) { in NotifySyncPoint()
118 void DecodedThread::NotifyTsc(TSC tsc) { in NotifyTsc()
145 void DecodedThread::NotifyCPU(lldb::cpu_id_t cpu_id) { in NotifyCPU()
153 lldb::cpu_id_t DecodedThread::GetCPUByIndex(uint64_t item_index) const { in GetCPUByIndex()
158 std::optional<DecodedThread::TSCRange>
159 DecodedThread::GetTSCRangeByIndex(uint64_t item_index) const { in GetTSCRangeByIndex()
166 std::optional<DecodedThread::NanosecondsRange>
167 DecodedThread::GetNanosecondsRangeByIndex(uint64_t item_index) { in GetNanosecondsRangeByIndex()
174 uint64_t DecodedThread::GetTotalInstructionCount() const { in GetTotalInstructionCount()
178 void DecodedThread::AppendEvent(lldb::TraceEvent event) { in AppendEvent()
183 void DecodedThread::AppendInstruction(const pt_insn &insn) { in AppendInstruction()
188 void DecodedThread::AppendError(const IntelPTError &error) { in AppendError()
194 void DecodedThread::AppendCustomError(StringRef err, bool fatal) { in AppendCustomError()
200 lldb::TraceEvent DecodedThread::GetEventByIndex(int item_index) const { in GetEventByIndex()
204 const DecodedThread::EventsStats &DecodedThread::GetEventsStats() const { in GetEventsStats()
208 void DecodedThread::EventsStats::RecordEvent(lldb::TraceEvent event) { in RecordEvent()
213 uint64_t DecodedThread::ErrorStats::GetTotalCount() const { in GetTotalCount()
221 void DecodedThread::ErrorStats::RecordError(bool fatal) { in RecordError()
228 void DecodedThread::ErrorStats::RecordError(int libipt_error_code) { in RecordError()
232 const DecodedThread::ErrorStats &DecodedThread::GetErrorStats() const { in GetErrorStats()
237 DecodedThread::GetItemKindByIndex(uint64_t item_index) const { in GetItemKindByIndex()
241 const char *DecodedThread::GetErrorByIndex(uint64_t item_index) const { in GetErrorByIndex()
245 DecodedThread::DecodedThread( in DecodedThread() function in DecodedThread
250 size_t DecodedThread::CalculateApproximateMemoryUsage() const { in CalculateApproximateMemoryUsage()