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_data.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()
103 DecodedThread::TraceItemStorage &
104 DecodedThread::CreateNewTraceItem(lldb::TraceItemKind kind, Data &&data) { in CreateNewTraceItem()
115 void DecodedThread::NotifySyncPoint(lldb::addr_t psb_offset) { in NotifySyncPoint()
120 void DecodedThread::NotifyTsc(TSC tsc) { in NotifyTsc()
147 void DecodedThread::NotifyCPU(lldb::cpu_id_t cpu_id) { in NotifyCPU()
155 lldb::cpu_id_t DecodedThread::GetCPUByIndex(uint64_t item_index) const { in GetCPUByIndex()
160 std::optional<DecodedThread::TSCRange>
161 DecodedThread::GetTSCRangeByIndex(uint64_t item_index) const { in GetTSCRangeByIndex()
168 std::optional<DecodedThread::NanosecondsRange>
169 DecodedThread::GetNanosecondsRangeByIndex(uint64_t item_index) { in GetNanosecondsRangeByIndex()
176 uint64_t DecodedThread::GetTotalInstructionCount() const { in GetTotalInstructionCount()
180 void DecodedThread::AppendEvent(lldb::TraceEvent event) { in AppendEvent()
185 void DecodedThread::AppendInstruction(const pt_insn &insn) { in AppendInstruction()
190 void DecodedThread::AppendError(const IntelPTError &error) { in AppendError()
195 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()
246 llvm::StringRef DecodedThread::GetErrorByIndex(uint64_t item_index) const { in GetErrorByIndex()
252 DecodedThread::DecodedThread( in DecodedThread() function in DecodedThread
257 size_t DecodedThread::CalculateApproximateMemoryUsage() const { in CalculateApproximateMemoryUsage()