Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / dhat / tests / filter_user_histo
blob176a93e7a5b255b7c4effa76a8c24e7b691d7ba3
1 #! /bin/sh
3 # It's impossible to get exact matches for copy counts because even trivial C
4 # programs do a few memcpy/strcpy calls. So we allow some fuzzy matching.
5 # So we allow 1,000,000..1,009,999 bytes and 1,000..1,099 blocks.
7 ./filter_stderr "$@" |
8 sed -e "s/address for user histogram request not found .*/address for user histogram request not found/" |
9 grep Warning