summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/dprofpp.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/dprofpp.PL b/utils/dprofpp.PL
index e62c07ac41..6270940dd5 100644
--- a/utils/dprofpp.PL
+++ b/utils/dprofpp.PL
@@ -763,9 +763,9 @@ sub parsestack {
}
add_to_tree($curdeep_times, $ename,
$t - $overhead) if $opt_S;
- exitstamp( \@stack, \@tstack,
- $t - $overhead,
- $times, $ctimes, $ename, \$in, $tab,
+ exitstamp( \@stack, \@tstack,
+ $t - $overhead,
+ $times, $ctimes, $name, \$in, $tab,
$curdeep_times, \%outer );
}
next unless $in_level or $name eq $opt_g;