You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though there's no guarantee that the sequence flag implies a non-mull metadata ID. Which one is correct? I assume the implementation is correct - otherwise the first event would have a negative seq number from what I've seen.
The text was updated successfully, but these errors were encountered:
My guess is the implementation in trace event is actually right, but the spec says
perfview/src/TraceEvent/EventPipe/EventPipeFormat.md
Line 223 in edf42fe
Whereas the implementation only checks on metadata refs nullity in the case where the sequence flag isn't set:
perfview/src/TraceEvent/EventPipe/EventPipeEventSource.cs
Lines 1505 to 1517 in edf42fe
Even though there's no guarantee that the sequence flag implies a non-mull metadata ID. Which one is correct? I assume the implementation is correct - otherwise the first event would have a negative seq number from what I've seen.
The text was updated successfully, but these errors were encountered: