Lines Matching refs:Title
332 if reproducing[crash.Title] {
339 log.Logf(1, "loop: add to repro queue '%v'", crash.Title)
340 reproducing[crash.Title] = true
363 log.Logf(1, "loop: starting repro of '%v' on instances %+v", crash.Title, vmIndexes)
366 reproDone <- &ReproResult{vmIndexes, crash.Title, res, stats, err, crash.hub}
403 log.Logf(1, "loop: add pending repro for '%v'", res.crash.Title)
410 title := ""
413 title = res.res.Report.Title
416 res.instances, res.title0, res.res != nil, crepro, title)
442 for title := range reproducing {
443 repros[title] = true
585 args := []string{"-s", "syzkaller: " + crash.Title}
598 log.Logf(0, "vm-%v: suppressed crash %v", crash.vmIndex, crash.Title)
606 log.Logf(0, "vm-%v: crash: %v%v", crash.vmIndex, crash.Title, corrupted)
613 if !mgr.crashTypes[crash.Title] {
614 mgr.crashTypes[crash.Title] = true
622 Title: crash.Title,
638 sig := hash.Hash([]byte(crash.Title))
642 if err := osutil.WriteFile(filepath.Join(dir, "description"), []byte(crash.Title+"\n")); err != nil {
681 sig := hash.Hash([]byte(crash.Title))
703 Title: crash.Title,
717 Title: desc,
747 res.Opts, res.Report.Title, mgr.cfg.Tag, prog))
775 Title: res.Report.Title,
792 dir := filepath.Join(mgr.crashdir, hash.String([]byte(rep.Title)))
795 if err := osutil.WriteFile(filepath.Join(dir, "description"), []byte(rep.Title+"\n")); err != nil {