|
From: Hamid R. K. <kha...@gm...> - 2011-06-18 14:52:12
|
Hi all, I need a tracing tool that can log memory trace of multi-threaded applications (for each thread separately). Memory trace must contains address of accessed data and request type (read or wire). Can I obtain my needed memory trace by Valgrind? Thanks. -- Hamid Reza Khaleghzadeh |
|
From: Alexander P. <gl...@go...> - 2011-06-19 12:48:19
|
You can take a look at the Helgrind sources (valgrind/helgrind/hg_main.c) to get the idea of how this can be done On Sat, Jun 18, 2011 at 6:52 PM, Hamid Reza Khaleghzadeh <kha...@gm...> wrote: > Hi all, > > I need a tracing tool that can log memory trace of multi-threaded > applications (for each thread separately). Memory trace must contains > address of accessed data and request type (read or wire). Can I obtain my > needed memory trace by Valgrind? > > Thanks. > > -- > Hamid Reza Khaleghzadeh > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > -- Alexander Potapenko Software Engineer Google Moscow |