-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch truncated names for templates for flamegraphs
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/stackcollapse-perf.pl b/stackcollapse-perf.pl | ||
index e91f7de..fe88660 100755 | ||
--- a/stackcollapse-perf.pl | ||
+++ b/stackcollapse-perf.pl | ||
@@ -80,7 +80,7 @@ my $include_pid = 0; # include process ID with process name | ||
my $include_tid = 0; # include process & thread ID with process name | ||
my $include_addrs = 0; # include raw address where a symbol can't be found | ||
my $tidy_java = 1; # condense Java signatures | ||
-my $tidy_generic = 1; # clean up function names a little | ||
+my $tidy_generic = 0; # clean up function names a little | ||
my $target_pname; # target process name from perf invocation | ||
my $event_filter = ""; # event type filter, defaults to first encountered event | ||
my $event_defaulted = 0; # whether we defaulted to an event (none provided) |