Home
last modified time | relevance | path

Searched refs:FaultNth (Results 1 – 12 of 12) sorted by relevance

/external/syzkaller/pkg/csource/
Doptions_test.go41 FaultNth: 2,
58 FaultNth: 0,
73 FaultNth: 0,
88 FaultNth: 0,
Doptions.go27 FaultNth int `json:"fault_nth,omitempty"` member
170 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
186 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
Dcsource.go179 fmt.Fprintf(w, "\tinject_fault(%v);\n", ctx.opts.FaultNth)
/external/syzkaller/prog/
Dparse_test.go33 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 {
70 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 {
132 if ent.FaultNth != 55 {
133 t.Fatalf("fault nth: got %v, want 55", ent.FaultNth)
Dparse.go19 FaultNth int member
49 ent.FaultNth, _ = extractInt(line, "fault-nth:")
/external/syzkaller/pkg/repro/
Drepro.go299 opts.FaultNth = ent.FaultNth
376 opts.FaultNth = entry.FaultNth
504 entry.FaultNth = opts.FaultNth
739 opts = fmt.Sprintf(" (fault-call:%v fault-nth:%v)", ent.FaultCall, ent.FaultNth)
755 opts.FaultNth = 0
/external/syzkaller/tools/syz-execprog/
Dexecprog.go132 newOpts.FaultNth = entry.FaultNth
163 callOpts.FaultCall, callOpts.FaultNth)
284 execOpts.FaultNth = *flagFaultNth
/external/syzkaller/tools/syz-prog2c/
Dprog2c.go69 FaultNth: *flagFaultNth,
/external/syzkaller/syz-fuzzer/
Dproc.go208 opts.FaultNth = nth
294 strOpts = fmt.Sprintf(" (fault-call:%v fault-nth:%v)", opts.FaultCall, opts.FaultNth)
/external/syzkaller/docs/
Dexecuting_syzkaller_programs.md54 …ide:true Repeat:true Procs:8 Sandbox:namespace Fault:false FaultCall:-1 FaultNth:0 EnableTun:true …
/external/syzkaller/pkg/ipc/
Dipc.go53 FaultNth int // fault n-th operation in the call (0-based) member
657 faultNth: uint64(opts.FaultNth),
/external/syzkaller/pkg/instance/
Dinstance.go327 true, true, true, cfg.Procs, opts.FaultCall, opts.FaultNth, vmProgFile)