perfview icon indicating copy to clipboard operation
perfview copied to clipboard

SystemEvents OpCode might be wrong for UDP events

Open Tjianke opened this issue 2 years ago • 0 comments

https://github.com/microsoft/perfview/blob/20ddf582bae8d024f37d27f1b4628dd23815213d/src/TraceEvent/Parsers/KernelTraceEventParser.cs#L1705

For UDPRecvV6 event, OpCode is the same as TCPRecvV6. I checked the SystemEvents.man, looks like for UDPRecvV6 event, the OpCode should be 59 instead.

image

Tjianke avatar Jul 01 '22 07:07 Tjianke