From 8311dfd68f39c3287c109d6ded553a33eeeb04e6 Mon Sep 17 00:00:00 2001 From: davidmarkclements Date: Fri, 26 Feb 2016 16:41:45 +0000 Subject: [PATCH] linux perf stacks fix --- stack-convert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-convert.js b/stack-convert.js index a5f8e79..6be68db 100644 --- a/stack-convert.js +++ b/stack-convert.js @@ -81,7 +81,7 @@ Profile.prototype.closeStack = function () { } function stream () { - var stackOpenRx = /(.+):(.+):$/ + var stackOpenRx = /(.+):(.+): ?$/ var frameRx = /^\s*(\w+)\s*(.+) \((\S*)\)?/g var stackCloseRx = /^$/g var commentRx = /^#/g