[gem5-users] Are there some benchmarks that can run on gem5 with the X86 ISA in full system mode?

2012-08-27 Thread Weixing Ji
hi all, It seems all the benchmarks provided on the webpage run on gem5 with the ALPHA ISA. Are there some benchmarks targeting x86-linux? We have tried to compile and run SPLASH2 on gem5 with X86 ISA in full system mode, but some benchmarks do not terminate correctly. I downloaded the SPLASH

[gem5-users] Problem of gem5 traces

2012-08-30 Thread Weixing Ji
Hi all, I have two traces from gem5(x86-linux) and pin-tool and I find that some of the instructions are different. For example, the "syscall" in pin-tool trace is different from the one "sysret" in gem5 trace. The pc address is also not right. Is that a bug in gem5 or a misuse of the trac