Closed lavijain1 closed 3 weeks ago
It seems from your output that the very first instruction has an IP of zero. Do you see this in the hexdump of the trace?
It seems from your output that the very first instruction has an IP of zero. Do you see this in the hexdump of the trace?
Yes, the following is the hex dump using xxd,
Update: Oct 19 2024:- using gzip to compress and run the trace fixes this issue.
Describe the bug I have generated the trace using champsim_tracer.cpp and pin tool v3.22 for a simple sorting program. When i run the trace in champsim i get
Expected behavior The trace should run correctly.
Output
Desktop (please complete the following information):
Additional context I have used pin -t obj/champsim_tracer.so -o traces/sept13.champsim -s 0 -t 10000000 -- ./myprogram, to generate my trace. The contents of champsim_tracer.cpp is unmodified and is as follows :-