High-Precision-Congestion-Control icon indicating copy to clipboard operation
High-Precision-Congestion-Control copied to clipboard

Trace reader not working as mentioned

Open patrickkasper opened this issue 2 years ago • 1 comments

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?

patrickkasper avatar May 21 '22 04:05 patrickkasper

I also encountered the same problem. How did you ultimately solve it? Thank you for your reply

yxwdsb avatar Jan 07 '24 11:01 yxwdsb