From a77864d273f749c103ce286dda150288741fb7df Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Tue, 8 Dec 2015 10:31:14 -0800 Subject: [PATCH] missed one --- flamegraph.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/flamegraph.pl b/flamegraph.pl index e9dbf4f7..19c20d61 100755 --- a/flamegraph.pl +++ b/flamegraph.pl @@ -983,6 +983,7 @@ sub flow { $escaped_func =~ s//>/g; $escaped_func =~ s/"/"/g; + $escaped_func =~ s/_\[k\]$//; # strip any kernel annotation unless (defined $delta) { $info = "$escaped_func ($samples_txt $countname, $pct%)"; } else {