diff --git a/bin/jeprof.in b/bin/jeprof.in index b734f50b..65f616d4 100644 --- a/bin/jeprof.in +++ b/bin/jeprof.in @@ -2955,6 +2955,7 @@ sub RemoveUninterestingFrames { foreach my $name ('@JEMALLOC_PREFIX@calloc', 'cfree', '@JEMALLOC_PREFIX@malloc', + 'je_malloc_default', 'newImpl', 'void* newImpl', 'fallbackNewImpl', @@ -2968,6 +2969,7 @@ sub RemoveUninterestingFrames { '@JEMALLOC_PREFIX@realloc', '@JEMALLOC_PREFIX@mallocx', '@JEMALLOC_PREFIX@rallocx', + 'do_rallocx', '@JEMALLOC_PREFIX@xallocx', '@JEMALLOC_PREFIX@dallocx', '@JEMALLOC_PREFIX@sdallocx',