perfview
perfview copied to clipboard
SystemEvents OpCode might be wrong for UDP events
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.