]> Cypherpunks repositories - gostls13.git/commitdiff
gopprof: update list of memory allocation functions
authorRuss Cox <rsc@golang.org>
Sat, 19 Mar 2011 00:55:21 +0000 (20:55 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 19 Mar 2011 00:55:21 +0000 (20:55 -0400)
R=r, r2
CC=golang-dev
https://golang.org/cl/4275057

src/cmd/prof/gopprof

index 4bcfa58009f113ce6bddad32bf0393e990029558..c7b242dec7573011ebc90de15e51dd86a28c340d 100755 (executable)
@@ -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',