Home
last modified time | relevance | path

Searched defs:akaros (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/pkg/vcs/
Dakaros.go12 type akaros struct { struct
13 git *git
14 dropbear *git
24 func (ctx *akaros) Poll(repo, branch string) (*Commit, error) {
31 func (ctx *akaros) CheckoutBranch(repo, branch string) (*Commit, error) {
35 func (ctx *akaros) CheckoutCommit(repo, commit string) (*Commit, error) {
39 func (ctx *akaros) SwitchCommit(commit string) (*Commit, error) {
43 func (ctx *akaros) HeadCommit() (*Commit, error) {
47 func (ctx *akaros) ListRecentCommits(baseCommit string) ([]string, error) {
51 func (ctx *akaros) ExtractFixTagsFromCommits(baseCommit, email string) ([]FixCommit, error) {
[all …]
/external/syzkaller/pkg/report/
Dakaros.go18 type akaros struct { struct
19 ignores []*regexp.Regexp
20 objfile string
31 func (ctx *akaros) ContainsCrash(output []byte) bool {
35 func (ctx *akaros) Parse(output []byte) *Report {
44 func (ctx *akaros) Symbolize(rep *Report) error {
59 func (ctx *akaros) symbolizeLine(symbFunc func(bin string, pc uint64) ([]symbolizer.Frame, error),
93 func (ctx *akaros) minimizeReport(report []byte) []byte {
/external/syzkaller/pkg/build/
Dakaros.go17 type akaros struct{} struct
19 func (ctx akaros) build(targetArch, vmType, kernelDir, outputDir, compiler, userspaceDir,
103 func (ctx akaros) clean(kernelDir string) error {
108 func (ctx akaros) make(kernelDir, runDir string, args ...string) error {
113 func (ctx akaros) cmd(kernelDir, runDir string, bin string, args ...string) error {
/external/syzkaller/sys/syz-extract/
Dakaros.go13 type akaros struct{} struct
15 func (*akaros) prepare(sourcedir string, build bool, arches []string) error {
22 func (*akaros) prepareArch(arch *Arch) error {
26 …os) processFile(arch *Arch, info *compiler.ConstInfo) (map[string]uint64, map[string]bool, error) {
/external/syzkaller/sys/akaros/
Dinit.go4 package akaros package