Re: [gem5-users] how to update m5struct in vmlinux_2.6.27-gcc_4.3.4

2014-11-07 Thread Sanem Arslan via gem5-users
gem5-users These patches will give an idea, and they're not difficult to port. http://repo.gem5.org/linux-patches/ Anthony Gutierrez http://web.eecs.umich.edu/~atgutier On Thu, Nov 6, 2014 at 3:38 PM, Sanem Arslan via gem5-users < gem5-users@gem5.org> wrote: Hello, I wan

Re: [gem5-users] how to update m5struct in vmlinux_2.6.27-gcc_4.3.4

2014-11-07 Thread Sanem Arslan via gem5-users
gem5-users These patches will give an idea, and they're not difficult to port. http://repo.gem5.org/linux-patches/ Anthony Gutierrez http://web.eecs.umich.edu/~atgutier On Thu, Nov 6, 2014 at 3:38 PM, Sanem Arslan via gem5-users < gem5-users@gem5.org> wrote: Hello, I wan

[gem5-users] how to update m5struct in vmlinux_2.6.27-gcc_4.3.4

2014-11-06 Thread Sanem Arslan via gem5-users
Hello, I want to update m5struct.c to take additional information from the kernel. I am using kernel, PAL code and disk image for the ALPHA provided by UT Texas (http://www.cs.utexas.edu/~parsec_m5/). In order to update m5struct, I should reach to files inside vmlinux_2.6.27-gcc_4.3.4 and

Re: [gem5-users] thread migration

2014-10-14 Thread Sanem Arslan via gem5-users
In my work, an application thread needs to run on another core at runtime. When an application thread calls a pseudo-instruction (written by me), this migration is triggered. I want to do this migration from simulator side not to modify application code for each time. Different applications ca

Re: [gem5-users] thread migration

2014-10-14 Thread Sanem Arslan via gem5-users
Hi Steve, First of all thank you very much for your response. I will do thread migration multiple times and this method has performance overhead due to high drain cycles. AFAIK, this method is to migrate hardware threads. Actually, I want to migrate software threads rather than hardware thr