manual-core.xml: Fix various xmllint issues.
[valgrind.git] / massif / tests / filter_stderr
blobb60e612b14ff92608c84dc630a3fc005b6791471
1 #! /bin/sh
3 dir=`dirname $0`
5 $dir/../../tests/filter_stderr_basic |
7 # Remove "Massif, ..." line and the following copyright line.
8 sed "/^Massif, a heap profiler/ , /./ d" |
10 # Remove AIX-only alloc-fns
11 perl -n -e 'print if !/^Massif: (malloc|calloc|realloc|memalign)_common$/' |
13 # Remove Darwin-only alloc-fns
14 perl -n -e 'print if !/^Massif: malloc_zone_(malloc|calloc|realloc|memalign|valloc)$/'