Searched refs:matchOops (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/pkg/report/ |
D | report.go | 257 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)
|
D | freebsd.go | 43 match := matchOops(output[pos:next], oops1, ctx.ignores)
|
D | linux.go | 184 match := matchOops(line, oops1, ctx.ignores)
|