Home
last modified time | relevance | path

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

/external/syzkaller/syz-manager/
Dstats.go14 crashTypes Stat member
31 "crash types": stats.crashTypes.get(),
Dhtml.go401 var crashTypes []*UICrashType
405 crashTypes = append(crashTypes, crash)
408 sort.Sort(UICrashTypeArray(crashTypes))
409 return crashTypes, nil
Dmanager.go58 crashTypes map[string]bool member
175 crashTypes: make(map[string]bool),
613 if !mgr.crashTypes[crash.Title] {
614 mgr.crashTypes[crash.Title] = true
615 mgr.stats.crashTypes.inc()