Home
last modified time | relevance | path

Searched refs:multicpu_decoder (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp134 if (storage.multicpu_decoder) in Decode()
135 return storage.multicpu_decoder->Decode(thread); in Decode()
154 if (storage.multicpu_decoder) { in FindBeginningOfTimeNanos()
156 storage.multicpu_decoder->FindLowestTSC()) { in FindBeginningOfTimeNanos()
274 if (storage.multicpu_decoder) { in DumpTraceInfo()
368 if (storage.multicpu_decoder) { in DumpTraceInfoAsJson()
398 if (storage.multicpu_decoder) { in DumpTraceInfoAsJson()
417 if (GetUpdatedStorage().multicpu_decoder) in GetRawTraceSize()
538 m_storage.multicpu_decoder.emplace(GetSharedPtr()); in DoRefreshLiveProcessState()
550 if (storage.multicpu_decoder) in IsTraced()
[all …]
H A DTraceIntelPT.h238 llvm::Optional<TraceIntelPTMultiCpuDecoder> multicpu_decoder; member