[gem5-users] FS mode benchmark for ARM to evaluate DVFS

2014-10-18 Thread Lokesh Jindal via gem5-users
Hello, I want to run some *CPU intensive benchmark in FS mode on ARM* in gem5. The intent is to first make sure that DVFS implementation and configuration is functional followed by evaluation of DVFS policies. I had a look at SPEC benchmark, BBechmark pages but facing issues while running the

[gem5-users] BBench and rcS files on gem5 for ARM

2014-10-18 Thread Lokesh Jindal via gem5-users
Hello everyone, I have been trying to run BBench for ARM on gem5 (FS mode) following the steps on page: http://www.m5sim.org/BBench-gem5 Command that I used - " build/ARM/gem5.fast configs/example/fs.py -b bbench-ics --kernel=vmlinux.smp.mouse.arm" However, on connecting using "telnet localhos

[gem5-users] Full System X86 Dual mode checkpoint-restore problem

2014-10-18 Thread Mohammad Alian via gem5-users
Hi all, I'm running a simple client-server application on FS dual mode. I start server on drive_sys and take a checkpoint. The problem is that if I restore from the checkpoint with detail O3 cpu, client on test_sys cannot connect to server and prints out there is no server running on drive_sys.

[gem5-users] Running TPC-H benchmark on gem5

2014-10-18 Thread Nitin Rathi via gem5-users
Hello, I am a graduate student at University of South Florida. I recently started using gem5 simulator and was able to run various benchmarks like PARSEC. But currently I am facing difficulty to run TPC-H benchmark on gem5. I would like to know that if anyone has worked on it and are willing to he

[gem5-users] Getting trace statements related to benchmarks only

2014-10-18 Thread Mohammad A Khasawneh via gem5-users
Hi, I placed SPLASH benchmarks inside the disk image, and now I'm interested in getting DPRINTF traces related to cache replacement behavior only while running these benchmarks. what would be a good way to proceed with this requirement? the most basic way is to run the gem5.debug binary and get t