Searched refs:reproLog (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/pkg/repro/ |
D | repro.go | 88 ctx.reproLog(0, "%v programs, %v VMs", len(entries), len(vmIndexes)) 107 ctx.reproLog(0, "failed to create VM: %v", err) 114 ctx.reproLog(0, "failed to copy to VM: %v", err) 121 ctx.reproLog(0, "failed to copy to VM: %v", err) 151 ctx.reproLog(3, "repro crashed as (corrupted=%v):\n%s", 155 ctx.reproLog(3, "report is corrupted, running repro again") 165 ctx.reproLog(3, "final repro crashed as (corrupted=%v):\n%s", 188 ctx.reproLog(3, "reproducing took %s", time.Since(reproStart)) 234 ctx.reproLog(2, "extracting reproducer from %v programs", len(entries)) 268 ctx.reproLog(3, "found reproducer with %d syscalls", len(res.Prog.Calls)) [all …]
|