[Valgrind-developers] 2008-01-13 03:05:09 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-01-12 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-01-13 03:05:09 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ...

[Valgrind-developers] 2008-01-13 03:10:04 GMT nightly build (dellow, x86_64, Fedora 8)

2008-01-12 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-01-13 03:10:04 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... f

[Valgrind-developers] 2008-01-13 03:00:03 GMT nightly build (gill, x86_64, Fedora Core 2)

2008-01-12 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-01-13 03:00:03 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] valgrind: r7340 - branches/DATASYMS/coregrind/m_debuginfo

2008-01-12 Thread svn
Author: sewardj Date: 2008-01-13 01:54:19 + (Sun, 13 Jan 2008) New Revision: 7340 Log: Improve .bss handling. I still don't really understand how to reliably figure out at which VMA ld.so maps the .bss section, though. Also, handle .sdata segments -- these are another kind of .data segment t

[Valgrind-developers] valgrind: r7339 - in branches/DATASYMS: coregrind include

2008-01-12 Thread svn
Author: sewardj Date: 2008-01-13 01:47:56 + (Sun, 13 Jan 2008) New Revision: 7339 Log: Make the argument to VG_(log2) be unsigned. Doesn't really make sense to interpret it as a signed value. Modified: branches/DATASYMS/coregrind/m_libcbase.c branches/DATASYMS/include/pub_tool_libcbase

Re: [Valgrind-developers] valgrind: r7337 - in branches/DATASYMS: coregrind coregrind/m_debuginfo exp-drd include memcheck

2008-01-12 Thread Josef Weidendorfer
On Sunday 13 January 2008, Nicholas Nethercote wrote: > On Fri, 11 Jan 2008, Josef Weidendorfer wrote: > > > An interesting thing for cachegrind/callgrind would be to get global figures > > on cache events related to data names. This would involve calling > > VG_(get_dataname_and_offset) for every

Re: [Valgrind-developers] profiling valgrind tools

2008-01-12 Thread Nicholas Nethercote
On Sun, 13 Jan 2008, Josef Weidendorfer wrote: >> Would it be possible to run helgrind under callgrind? Did you try gprof? Any >> other suggestions? > > Yes. > Check out "Self hosting" in README_DEVELOPERS. > > To run callgrind on a Valgrind tool, you need to specify > "--pop-on-jump=yes" for the

Re: [Valgrind-developers] profiling valgrind tools

2008-01-12 Thread Josef Weidendorfer
On Friday 11 January 2008, Konstantin Serebryany wrote: > Dear valgrind developers, > > How do you usually profile valgrind tools? > > I tried to profile a particularly long run of helgrind with oprofile. > The test runs ~1 second on a real CPU and fails after few hours under > helgrind. > The fl

Re: [Valgrind-developers] valgrind: r7337 - in branches/DATASYMS: coregrind coregrind/m_debuginfo exp-drd include memcheck

2008-01-12 Thread Nicholas Nethercote
On Fri, 11 Jan 2008, Josef Weidendorfer wrote: > An interesting thing for cachegrind/callgrind would be to get global figures > on cache events related to data names. This would involve calling > VG_(get_dataname_and_offset) for every read/write access, which is a lot of > overhead. > > A solution