From: Bart Van Assche Date: Wed, 14 May 2008 12:19:58 +0000 (+0000) Subject: Filter out the time during which a lock has been held. X-Git-Tag: svn/VALGRIND_3_4_0~570 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7185005d0c5985db56f5109cfb2cd351fdb98cbf;p=thirdparty%2Fvalgrind.git Filter out the time during which a lock has been held. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8074 --- diff --git a/exp-drd/tests/filter_stderr b/exp-drd/tests/filter_stderr index 983f5e2b6e..fd39e01672 100755 --- a/exp-drd/tests/filter_stderr +++ b/exp-drd/tests/filter_stderr @@ -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:?)/" |