From: Julian S. <js...@ac...> - 2003-04-24 22:29:39
|
Writing a skin to do this should be very easy. I suggest you start with the lackey skin. Or maybe the cacheprof one. You can instrument the basic blocks in flexible ways as they are passed to your skin. One simple thing to do is to call function(s) of your choice when LOADs / STOREs, and their FPU equivalents, happen. All in all a brilliant piece of engineering from Nick N. J On Thursday 24 April 2003 11:04 pm, Vimal Reddy wrote: > Hello list, > I'm a newbie to valgrind and want to find out if I can use Valgrind in my > project. I'm trying to get address traces for executables. Since valgrind > anyway checks each read and write, I was thinking it should be possible to > log the address referenced by the read/write. > > I'm pretty sure the cachegrind skin uses this (addresses) to simulate > different cache hierarchies. Or am I getting this wrong? Please let me > know if you think this is a feasible task, so I will then go ahead and do > some hacking to get the traces. > > cheers, > Vimal > > ===== > Vimal Reddy > Graduate Student, ECE > North Carolina State University > Raleigh, NC > Ph: (919) 836-8254 Web: http://www4.ncsu.edu/~vkreddy > > __________________________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo > http://search.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |