From: Russ Cox Date: Sat, 19 Mar 2011 00:55:21 +0000 (-0400) Subject: gopprof: update list of memory allocation functions X-Git-Tag: weekly.2011-03-28~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=893e02ab595042efa5a7b5230ca73626dd20a8de;p=gostls13.git gopprof: update list of memory allocation functions R=r, r2 CC=golang-dev https://golang.org/cl/4275057 --- diff --git a/src/cmd/prof/gopprof b/src/cmd/prof/gopprof index 4bcfa58009..c7b242dec7 100755 --- a/src/cmd/prof/gopprof +++ b/src/cmd/prof/gopprof @@ -2416,11 +2416,17 @@ sub RemoveUninterestingFrames { 'makechan', 'makemap', 'mal', - 'mallocgc', + 'runtime.new', + 'makeslice1', + 'runtime.gostringsize', + 'runtime.malloc', + 'unsafe.New', + 'runtime.mallocgc', 'runtime.catstring', 'runtime.ifaceT2E', 'runtime.ifaceT2I', 'runtime.makechan', + 'runtime.makechan_c', 'runtime.makemap', 'runtime.makeslice', 'runtime.mal',