diff options
author | Qi Wang <interwq@gwu.edu> | 2017-08-04 23:35:43 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-08-08 19:28:29 (GMT) |
commit | d157864027562dc17475edfd1bc6dce559b7ac4b (patch) | |
tree | 1def6313cffc4a4df45250e3fcbd1bb60fd8023a | |
parent | 048c6679cd0ef1500d0609dce48fcd823d15d93b (diff) | |
download | jemalloc-d157864027562dc17475edfd1bc6dce559b7ac4b.zip jemalloc-d157864027562dc17475edfd1bc6dce559b7ac4b.tar.gz jemalloc-d157864027562dc17475edfd1bc6dce559b7ac4b.tar.bz2 |
Filter out "void *newImpl" in prof output.
-rw-r--r-- | bin/jeprof.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/jeprof.in b/bin/jeprof.in index 1bbc51e..588c6b4 100644 --- a/bin/jeprof.in +++ b/bin/jeprof.in @@ -2896,6 +2896,7 @@ sub RemoveUninterestingFrames { 'cfree', '@JEMALLOC_PREFIX@malloc', 'newImpl', + 'void* newImpl', '@JEMALLOC_PREFIX@free', '@JEMALLOC_PREFIX@memalign', '@JEMALLOC_PREFIX@posix_memalign', |