Home
last modified time | relevance | path

Searched refs:ChoiceTable (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/prog/
Dprio.go197 type ChoiceTable struct { struct
204 func (target *Target) BuildChoiceTable(prios [][]float32, enabled map[*Syscall]bool) *ChoiceTable {
233 return &ChoiceTable{target, run, enabledCalls, enabled}
236 func (ct *ChoiceTable) Choose(r *rand.Rand, call int) int { argument
Danalysis.go17 ct *ChoiceTable
26 func analyze(ct *ChoiceTable, p *Prog, c *Call) *state { argument
38 func newState(target *Target, ct *ChoiceTable) *state { argument
Dmutation_test.go231 linuxCT *ChoiceTable
234 func linuxAmd64ChoiceTable(target *Target) *ChoiceTable {
Dgeneration.go12 func (target *Target) Generate(rs rand.Source, ncalls int, ct *ChoiceTable) *Prog { argument
Dmutation.go14 func (p *Prog) Mutate(rs rand.Source, ncalls int, ct *ChoiceTable, corpus []*Prog) { argument
49 ct *ChoiceTable
/external/syzkaller/syz-fuzzer/
Dfuzzer.go38 choiceTable *prog.ChoiceTable