summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-09-10 08:49:29 -0700
committerJason Evans <je@fb.com>2014-09-10 08:49:29 -0700
commit61beeb9f69f2f1fd5669b2411245cc7197b5d66a (patch)
treec021964126159053bbcc037f6f5b3b18074a45f2 /bin
parent6e73dc194ee9682d3eacaf725a989f04629718f7 (diff)
downloadjemalloc-61beeb9f69f2f1fd5669b2411245cc7197b5d66a.tar.gz
Add sdallocx() to list of functions to prune in pprof.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pprof1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pprof b/bin/pprof
index 87313f43..5a4c6cd7 100755
--- a/bin/pprof
+++ b/bin/pprof
@@ -2840,6 +2840,7 @@ sub RemoveUninterestingFrames {
'rallocx', # jemalloc
'xallocx', # jemalloc
'dallocx', # jemalloc
+ 'sdallocx', # jemalloc
'tc_calloc',
'tc_cfree',
'tc_malloc',