diff options
| author | Jason Evans <je@fb.com> | 2014-09-10 08:49:29 -0700 |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2014-09-10 08:49:29 -0700 |
| commit | 61beeb9f69f2f1fd5669b2411245cc7197b5d66a (patch) | |
| tree | c021964126159053bbcc037f6f5b3b18074a45f2 | |
| parent | 6e73dc194ee9682d3eacaf725a989f04629718f7 (diff) | |
| download | platform_external_jemalloc_new-61beeb9f69f2f1fd5669b2411245cc7197b5d66a.tar.gz platform_external_jemalloc_new-61beeb9f69f2f1fd5669b2411245cc7197b5d66a.tar.bz2 platform_external_jemalloc_new-61beeb9f69f2f1fd5669b2411245cc7197b5d66a.zip | |
Add sdallocx() to list of functions to prune in pprof.
| -rwxr-xr-x | bin/pprof | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2840,6 +2840,7 @@ sub RemoveUninterestingFrames { 'rallocx', # jemalloc 'xallocx', # jemalloc 'dallocx', # jemalloc + 'sdallocx', # jemalloc 'tc_calloc', 'tc_cfree', 'tc_malloc', |
