From a00d28a56ffe374f7f518aa86afa14de88b54791 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Fri, 16 Nov 2001 09:00:26 +0000 Subject: [PATCH] Call the root 'malloc' rather than '.root' since there's no leak root detection going on here. --- tools/trace-malloc/diffbloatdump.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/trace-malloc/diffbloatdump.pl b/tools/trace-malloc/diffbloatdump.pl index 29e08c49986..4967b0dea72 100755 --- a/tools/trace-malloc/diffbloatdump.pl +++ b/tools/trace-malloc/diffbloatdump.pl @@ -173,7 +173,7 @@ sub print_calltree() { } } - print_node_indent(".root", $calltree, 0); + print_node_indent("malloc", $calltree, 0); } add_file($ARGV[0], -1);