Add sdallocx() to list of functions to prune in pprof.
This commit is contained in:
parent
6e73dc194e
commit
61beeb9f69
@ -2840,6 +2840,7 @@ sub RemoveUninterestingFrames {
|
|||||||
'rallocx', # jemalloc
|
'rallocx', # jemalloc
|
||||||
'xallocx', # jemalloc
|
'xallocx', # jemalloc
|
||||||
'dallocx', # jemalloc
|
'dallocx', # jemalloc
|
||||||
|
'sdallocx', # jemalloc
|
||||||
'tc_calloc',
|
'tc_calloc',
|
||||||
'tc_cfree',
|
'tc_cfree',
|
||||||
'tc_malloc',
|
'tc_malloc',
|
||||||
|
Loading…
Reference in New Issue
Block a user