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)$/'