Hi guys,

I am new to gem5. I want to get the trace of x86 instruction and its
microcodes with gem5. I built gem5 with "scons build/X86/gem5.opt -j4" and
"scons build/X86/gem5.debug -j4". And then I tried to use
" build/X86/gem5.debug --trace-file=trace.out --trace-start=0
--stats-file=stats --debug-flags=Exec configs/example/fs.py
--disk-image=/home/david/work/simulators/gem5/full_system_images/disks/linux-x86.img
--kernel=/home/david/work/simulators/gem5/full_system_images/binaries/x86_64-vmlinux-2.6.22.9"
to gather both microcode and instructions information. It seems that the
running commands only give me microcode, but not instructions. Moreover,
changing --debug-flags to ExecMicro gives nothing in the trace.out. Can
anyone tell me how to trace both x86 microcode and instruction with gem5?
Thanks!

Best,
David
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to