Lines Matching refs:DecodedThread
47 bool DecodedThread::TSCRange::InRange(uint64_t item_index) const { in InRange()
52 bool DecodedThread::NanosecondsRange::InRange(uint64_t item_index) const { in InRange()
57 double DecodedThread::NanosecondsRange::GetInterpolatedTime( in GetInterpolatedTime()
102 uint64_t DecodedThread::GetItemsCount() const { return m_item_kinds.size(); } in GetItemsCount()
105 DecodedThread::GetInstructionLoadAddress(uint64_t item_index) const { in GetInstructionLoadAddress()
109 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()
111 DecodedThread::TraceItemStorage &
112 DecodedThread::CreateNewTraceItem(lldb::TraceItemKind kind) { in CreateNewTraceItem()
122 void DecodedThread::NotifyTsc(TSC tsc) { in NotifyTsc()
146 void DecodedThread::NotifyCPU(lldb::cpu_id_t cpu_id) { in NotifyCPU()
155 DecodedThread::GetCPUByIndex(uint64_t item_index) const { in GetCPUByIndex()
162 Optional<DecodedThread::TSCRange>
163 DecodedThread::GetTSCRangeByIndex(uint64_t item_index) const { in GetTSCRangeByIndex()
170 Optional<DecodedThread::NanosecondsRange>
171 DecodedThread::GetNanosecondsRangeByIndex(uint64_t item_index) { in GetNanosecondsRangeByIndex()
178 void DecodedThread::AppendEvent(lldb::TraceEvent event) { in AppendEvent()
183 void DecodedThread::AppendInstruction(const pt_insn &insn) { in AppendInstruction()
187 void DecodedThread::AppendError(const IntelPTError &error) { in AppendError()
195 void DecodedThread::AppendCustomError(StringRef err) { in AppendCustomError()
200 lldb::TraceEvent DecodedThread::GetEventByIndex(int item_index) const { in GetEventByIndex()
204 void DecodedThread::LibiptErrorsStats::RecordError(int libipt_error_code) { in RecordError()
209 void DecodedThread::RecordTscError(int libipt_error_code) { in RecordTscError()
213 const DecodedThread::LibiptErrorsStats &
214 DecodedThread::GetTscErrorsStats() const { in GetTscErrorsStats()
218 const DecodedThread::EventsStats &DecodedThread::GetEventsStats() const { in GetEventsStats()
222 void DecodedThread::EventsStats::RecordEvent(lldb::TraceEvent event) { in RecordEvent()
228 DecodedThread::GetItemKindByIndex(uint64_t item_index) const { in GetItemKindByIndex()
232 const char *DecodedThread::GetErrorByIndex(uint64_t item_index) const { in GetErrorByIndex()
236 DecodedThread::DecodedThread( in DecodedThread() function in DecodedThread
241 size_t DecodedThread::CalculateApproximateMemoryUsage() const { in CalculateApproximateMemoryUsage()