Home
last modified time | relevance | path

Searched refs:matchOops (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/report/
Dreport.go257 match := matchOops(output[pos:next], oops, ignores)
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int { func
443 match := matchOops(line, oops1, ignores)
Dfreebsd.go43 match := matchOops(output[pos:next], oops1, ctx.ignores)
Dlinux.go184 match := matchOops(line, oops1, ctx.ignores)