Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
9d624d16da5dc288258a8a6eae9201b5685359e0
9d624d1
Dynamically allocate the origin tracking cache as needed (only for
by sewardj
· 17 years ago
7244e71
Re-check complex and fragile bit-twiddling pertaining to indexing into
by sewardj
· 17 years ago
56adc35
by sewardj
· 17 years ago
7ce7166
by sewardj
· 17 years ago
fb27ca7
Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION.
by sewardj
· 17 years ago
66385b4
Bump the core/tool iface version number, since the just-merged-in
by sewardj
· 17 years ago
5fa0a04
Temporarily work around compilation failures caused by non-definition
by sewardj
· 17 years ago
7cf4e6b
by sewardj
· 17 years ago
acc9985
Update (minor).
by sewardj
· 17 years ago
c45fec3
Fixed compiler warning.
by bart
· 17 years ago
75e9a5a
Removed -Wextra since this option has another name in gcc 3.0 (-W).
by bart
· 17 years ago
f28b7d1
Added #include <stdio.h>.
by bart
· 17 years ago
2f5985a
Added prereq clause.
by bart
· 17 years ago
5ae1fd9
Added to repository.
by bart
· 17 years ago
42a0697
Fixed a compiler warning.
by bart
· 17 years ago
ad292b5
Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS.
by bart
· 17 years ago
34eff98
Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c
by bart
· 17 years ago
f06a123
Restored original bitmap test patterns.
by bart
· 17 years ago
3bba3ed
Make sure the test for kernel version 2.6.22 will work correctly for the future kernel versions 2.6.220 .. 2.6.229.
by bart
· 17 years ago
6c895c8
Updated expected output according to glibc 2.8 changes.
by bart
· 17 years ago
3af9e99
Added documentation for PRINT() macro in syscall wrappers.
by bart
· 17 years ago
df96197
Updated Makefile.am after having renamed an output file.
by bart
· 17 years ago
bb89b04
Compiles now on systems without definition of CLOCK_MONOTONIC.
by bart
· 17 years ago
59e2f18
Added configure test for CLOCK_MONOTONIC.
by bart
· 17 years ago
1e597d6
update suppression for glibc 2.8: the backtrace
by dirk
· 17 years ago
eb939fc
fix typo
by dirk
· 17 years ago
70c424a
Added reference to SPLASH-2.
by bart
· 17 years ago
d34919f
Updated to do list.
by bart
· 17 years ago
ba8e52e
Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on kernel 2.6.25 and later.
by bart
· 17 years ago
e832bf4
Fixed typo.
by bart
· 17 years ago
0114ec1
Fixed typo.
by bart
· 17 years ago
7f830a4
Added more output variants.
by bart
· 17 years ago
3cee10a
Renamed suppression file.
by bart
· 17 years ago
5fc7da2
Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls.
by bart
· 17 years ago
fc7c30a
Added regression test for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls.
by bart
· 17 years ago
71bad29
Added more configure tests.
by bart
· 17 years ago
004dc0b
Added interpreter name.
by bart
· 17 years ago
c381849
Added yet another output variant.
by bart
· 17 years ago
137f8f6
Added yet another output variant.
by bart
· 17 years ago
d8b6689
Added yet another output variant.
by bart
· 17 years ago
b7bc6e0
Added yet another output variant.
by bart
· 17 years ago
122812d
Filtered malloc/free statistics out from more output variant files.
by bart
· 17 years ago
c260d73
Added yet another malloc_free_fill output variant.
by bart
· 17 years ago
9f7c35f
Removed malloc/free statistics from alternate output files.
by bart
· 17 years ago
e71890a
The sigkill regression test no longer attempts to set signal handlers for the signal numbers 32 and 33.
by bart
· 17 years ago
a50aa8a
Replaced tests for eventfd() and eventfd_read().
by bart
· 17 years ago
18493aa
Filtered out malloc/free statistics.
by bart
· 17 years ago
18743dd
Filtered out malloc/free statistics.
by bart
· 17 years ago
45f7c05
Filtered out malloc/free statistics.
by bart
· 17 years ago
88477ee
Filtered out malloc/free statistics from mallinfo test.
by bart
· 17 years ago
7bda0b9
filter_allocs now also works when any of the numbers to be filtered out is greater than or equal to 1000.
by bart
· 17 years ago
3a3e8ca
Suppress unavoidable warning during compilation of pth_cancel1.c.
by bart
· 17 years ago
63095f5
Added actual syslog system call test.
by bart
· 17 years ago
ce48fa9
Added tests for <sys/klog.h> and klogctl().
by bart
· 17 years ago
f7db457
Added regression test for Linux' syslog system call (called klogctl by glibc).
by bart
· 17 years ago
65bfd21
Enabled syslog and create_module system calls.
by bart
· 17 years ago
f477549
Documentation now matches the implementation of the Linux time system call wrapper.
by bart
· 17 years ago
35ee3fa
Made source code C90 compliant.
by bart
· 17 years ago
f5ceec8
Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907.
by bart
· 17 years ago
07596a2
glibc 2.8 has the very same checking reports as did
by dirk
· 17 years ago
e721dfd
Do not run the memory allocation test on LinuxThreads systems.
by bart
· 17 years ago
5a4fb83
Took into account that mallinfo() is not supported on all platforms.
by bart
· 17 years ago
c411d1c
Added configure test for mallinfo().
by bart
· 17 years ago
5f3c0f5
Updated expected output.
by bart
· 17 years ago
05ef357
Ensured all allocated memory is freed before exiting.
by bart
· 17 years ago
71a50b3
Moved mallinfo regression test from none/tests to memcheck/tests.
by bart
· 17 years ago
bee023b
Made mallinfo() regression test more extensive, based on a contribution by Eugene Toder.
by bart
· 17 years ago
545380e
Refined mallinfo() implementation (contributed by Eugene Toder).
by bart
· 17 years ago
145fe1c
Make exp-drd also work on programs not linked with -lpthread.
by bart
· 17 years ago
737cf0d
Fixed typo.
by bart
· 17 years ago
2da97ba
Removed superfluous libraries for the memory_allocation test program.
by bart
· 17 years ago
e8a274c
Added missing VG_(cli_free)() call.
by bart
· 17 years ago
412efe5
Added regression test for drd's memory allocation replacement functions.
by bart
· 17 years ago
fd2ffb0
Added info about slowdown caused by the exp-drd tool.
by bart
· 17 years ago
aae367c
Updated to do list.
by bart
· 17 years ago
6bbefaf
Added more detailed statistics about thread_new_segment() calls.
by bart
· 17 years ago
5d421ba
Disabled complex logic in danger_set_update_needed() since it did not result in any speedup.
by bart
· 17 years ago
68d9fab
Added regression test for mallinfo().
by bart
· 17 years ago
c3c9839
Added mallinfo() implementation based on patch by Eugene Toder (see also bug 160956).
by bart
· 17 years ago
76719bf
Made gcc version check more robust.
by bart
· 17 years ago
5018f53
Fixed compiler warning.
by bart
· 17 years ago
44ceea2
Replaced -nostdlib by -nodefaultlibs such that constructors are executed at shared library load time. Replaced _init() function in drd_pthread_intercepts.c by a function with a constructor attribute in order to increase portability.
by bart
· 17 years ago
b93846e
Modified output of stack trace printed at start of thread (code is commented out).
by bart
· 17 years ago
14b151d
Remove VG_ prefixing from static (non-exported) functions.
by sewardj
· 17 years ago
1a0cb6a
Extended VG_(message)() buffer from 100 to 128 characters. Made sure that lines printed by different threads are not mixed up in the output.
by bart
· 17 years ago
44c6678
Added Amarok.
by bart
· 17 years ago
9955415
Updated to do list.
by bart
· 17 years ago
7cd7d7f
Added bm_compare().
by bart
· 17 years ago
82195c1
Enable danger set checking when the environment variable DRD_VERIFY_DANGER_SET is set.
by bart
· 17 years ago
4af812e
Renamed thread_update_danger_set() into thread_compute_danger_set().
by bart
· 17 years ago
d441344
Added yet another output variant.
by bart
· 17 years ago
8d91819
Fixed tool name.
by bart
· 17 years ago
b920b66
Added yet another output variant.
by bart
· 17 years ago
15728ab
Only read debug information from regular files, and not from device nodes. Do not complain on files for which we do not have read access.
by bart
· 17 years ago
e4504dd
More statistics are now printed about DRD's behavior.
by bart
· 17 years ago
d66e3a8
Added more counters. Reduced number of danger set updates slightly.
by bart
· 17 years ago
f729197
Added vc_combine2().
by bart
· 17 years ago
fbbac09
Added vc_combine2().
by bart
· 17 years ago
0ff483d
Added and commented out code for printing the result of VG_(get_StackTrace)().
by bart
· 17 years ago
8514502
Trace lines enabled by --trace-segment=yes now include the thread ID of the created thread instead of the creator thread.
by bart
· 17 years ago
Next »