mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-25 14:47:55 +00:00
linux perf stacks fix
This commit is contained in:
parent
be69485772
commit
8311dfd68f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user