linux perf stacks fix

This commit is contained in:
davidmarkclements 2016-02-26 16:41:45 +00:00
parent be69485772
commit 8311dfd68f

View File

@ -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