Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg committed Dec 8, 2015
1 parent 942302d commit a77864d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flamegraph.pl
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ sub flow {
$escaped_func =~ s/</&lt;/g;
$escaped_func =~ s/>/&gt;/g;
$escaped_func =~ s/"/&quot;/g;
$escaped_func =~ s/_\[k\]$//; # strip any kernel annotation
unless (defined $delta) {
$info = "$escaped_func ($samples_txt $countname, $pct%)";
} else {
Expand Down

0 comments on commit a77864d

Please sign in to comment.