Home
last modified time | relevance | path

Searched refs:BuildChoiceTable (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/prog/
Dmutation_test.go174 ct := target.BuildChoiceTable(nil, enabled)
236 linuxCT = target.BuildChoiceTable(target.CalculatePriorities(nil), nil)
Dprio.go204 func (target *Target) BuildChoiceTable(prios [][]float32, enabled map[*Syscall]bool) *ChoiceTable { func
/external/syzkaller/tools/syz-mutate/
Dmutate.go60 ct := target.BuildChoiceTable(prios, syscalls)
/external/syzkaller/tools/syz-stress/
Dstress.go62 ct := target.BuildChoiceTable(prios, calls)
/external/syzkaller/syz-fuzzer/
Dfuzzer.go230 fuzzer.choiceTable = target.BuildChoiceTable(prios, calls)