[NFC][trace][intel pt] add simple documentation line

This commit is contained in:
Walter Erquinigo 2022-08-15 00:55:36 -07:00
parent 467abac204
commit 4025a8ae93
1 changed files with 3 additions and 1 deletions

View File

@ -295,7 +295,9 @@ private:
break;
case ptev_overflow:
// The CPU internal buffer had an overflow error and some instructions
// were lost.
// were lost. A OVF packet comes with an FUP packet (harcoded address)
// according to the documentation, so we'll continue seeing instructions
// after this event.
m_decoded_thread.AppendError(IntelPTError(-pte_overflow));
break;
default: