Skip to content

Commit

Permalink
Merge pull request #151 from mslusarz/paths-with-spaces
Browse files Browse the repository at this point in the history
Handle spaces in file paths.
  • Loading branch information
brendangregg authored Nov 7, 2023
2 parents 4bdf606 + f80abee commit 57589a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackcollapse-perf.pl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ sub inline {
#
# stack line
#
} elsif (/^\s*(\w+)\s*(.+) \((\S*)\)/) {
} elsif (/^\s*(\w+)\s*(.+) \((.*)\)/) {
# ignore filtered samples
next if not $pname;

Expand Down

0 comments on commit 57589a4

Please sign in to comment.