High-Precision-Congestion-Control
High-Precision-Congestion-Control copied to clipboard
Trace reader not working as mentioned
I want to apply two conditions in trace reader. The readme says: ./trace_reader trace.tr sip=0x0b000101&dip=0x0b000201 will display only events with sip=0x0b000101 and dip=0x0b000201.
But this only shows sip=0x0b000101 and ignores dip=0x0b000201. If I run: ./trace_reader trace.tr dip=0x0b000201&sip=0x0b000101
now it only show events with dip=0x0b000201 and ignores sip.
Is there a bug in the trace reader? otherwise, how should I apply both conditions at the same time?
I also encountered the same problem. How did you ultimately solve it? Thank you for your reply