FlameGraph icon indicating copy to clipboard operation
FlameGraph copied to clipboard

Handle spaces in file paths.

Open mslusarz opened this issue 7 years ago • 2 comments

mslusarz avatar Nov 03 '17 22:11 mslusarz

Hit this same issue today profiling some Steam games which often have spaces in paths.

I went with

} elsif (/^\s*(\w+)\s*(.+) \(([^\)]+)\)/) {

but I'm not familiar enough with all of the use cases to know what's the best solution.

inolen avatar Apr 30 '18 17:04 inolen

This patch seems to work here for AbsInt, too.

christoph-cullmann avatar Oct 11 '19 13:10 christoph-cullmann

Thanks!

brendangregg avatar Nov 07 '23 00:11 brendangregg