]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter out the time during which a lock has been held.
authorBart Van Assche <bvanassche@acm.org>
Wed, 14 May 2008 12:19:58 +0000 (12:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 14 May 2008 12:19:58 +0000 (12:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8074

exp-drd/tests/filter_stderr

index 983f5e2b6e51df4d491383ea44504777c62d3060..fd39e016727670beed6ef8eacf7b8ca7efecb30f 100755 (executable)
@@ -19,6 +19,7 @@ sed \
 -e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \
 -e "s:[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so):(within libpthread-?.?.so):" \
 -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \
+-e "s/was held during [0-9][0-9]*/was held during .../" \
 -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \
 -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" |