Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
074d6a05040c039d1e61a3e596d84f2c21905546
/
drd
/
drd_segment.c
d4bab99
drd: Update copyright notice
by bart
· 11 years ago
19f91bb
Fix more Char/HChar mixups. Closing in...
by florian
· 12 years ago
03f8d3f
Update copyright dates to include 2012.
by sewardj
· 12 years ago
91b7ec3
drd: Remove drd/drd_list.h again because of its GPLv2 license.
by bart
· 13 years ago
e278ab5
drd: Use macros and inline functions for list manipulation
by bart
· 13 years ago
1081fe2
Remove emacs modeline and/or local variables from DRD source files
by bart
· 13 years ago
922304f
Updated modeline and copyright statement in DRD source files.
by bart
· 14 years ago
876cafd
E-mail address update.
by bart
· 14 years ago
9eecbbb
Update copyright dates to 2010.
by sewardj
· 15 years ago
4565e27
Added missing newlines in debug tracing statements.
by bart
· 15 years ago
dbcec52
Remove unnecessary #includes.
by njn
· 15 years ago
63c92ea
DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself.
by bart
· 15 years ago
8f822af
svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV
by bart
· 15 years ago
1a3b0b3
Added more statistics.
by bart
· 16 years ago
bedfd23
- Reindented code such that it uses three spaces for indentation instead
by bart
· 16 years ago
2adfc2a
Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_new)().
by bart
· 16 years ago
86562bd
- Updated copyright statements. - Improved consistency of source file headers.
by bart
· 16 years ago
99edb29
Wrapped DRD_() macro around yet even more function names.
by bart
· 16 years ago
62a784c
Wrapped DRD_() macro around thread-related function names.
by bart
· 16 years ago
62ada3f
Wrapped DRD_() macro around all segment function names.
by bart
· 16 years ago
41b226c
Wrapped DRD_() macro around all vector clock function names.
by bart
· 16 years ago
9c606bd
by sewardj
· 16 years ago
ccf17de
Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools.
by bart
· 16 years ago
[Renamed from exp-drd/drd_segment.c]
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
a71e579
Added more tl_assert() statements.
by bart
· 17 years ago
a9c3739
Implemented segment merging.
by bart
· 17 years ago
a2b6e1b
Added reference counting to segments. Synchronization objects (mutex, semaphore, barrier, rwlock) now keep a pointer to a segment instead of copying a vector clock for modeling causal relationships.
by bart
· 17 years ago
7102f10
Renamed functions for querying segment creation counters. Added the function sg_get_alive_segments_count(). Removed sg_init() and sg_cleanup() from the public segment interface.
by bart
· 17 years ago
aa97a54
All error and trace messages now show both Valgrind's and DRD's thread ID.
by bart
· 17 years ago
3772a98
Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files.
by bart
· 17 years ago
2c7c1d5
Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg.
by bart
· 17 years ago
68edad5
Added more debugging output.
by bart
· 17 years ago
8564292
by sewardj
· 17 years ago
da3fdba
Add missing include to fix compiler warning.
by tom
· 17 years ago
9e86a12
Stop drd trying to get a backtrace when there is no stack pointer.
by tom
· 17 years ago
e0744f0
Only pass valid ThreadIDs to VG_(record_ExeContext). (Bart Van Assche)
by sewardj
· 17 years ago
af44c82
Add DRD as an experimental tool. Bart Van Assche is the maintainer.
by sewardj
· 17 years ago