Add sdallocx() to list of functions to prune in pprof.

This commit is contained in:
Jason Evans 2014-09-10 08:49:29 -07:00
parent 6e73dc194e
commit 61beeb9f69

View File

@ -2840,6 +2840,7 @@ sub RemoveUninterestingFrames {
'rallocx', # jemalloc
'xallocx', # jemalloc
'dallocx', # jemalloc
'sdallocx', # jemalloc
'tc_calloc',
'tc_cfree',
'tc_malloc',