Howdy!

In short:
I want to know where my program is during execution.

The slightly longer question:
I am looking at the memory access pattern of my program. Now I want to
know which accesses belong to a certain set of lines in my program. So
it would be best if that would just also be printed to the debug
output. 

I was thinking about something along the lines of the m5op.h file. Since
I am already using the m5_dump_stats function anyway. So just adding a
start and end function which are not simulated by the simulator (so all
the counters etc are unaffected) but do print the text (which they have
as argument) to the debug log.


Does anybody have an idea on how to do this in gem5? If something is
already available or where to start hacking?

Thanks in advance,
--Roeland
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to