syzbotstats

package
v0.0.0-...-b4fbdbd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BugStatSummary

type BugStatSummary struct {
	Title           string
	IDs             []string  // IDs used by syzbot for this bug.
	FirstTime       time.Time // When the bug was first hit.
	ReleasedTime    time.Time // When the bug was published.
	ReproTime       time.Time // When we found the reproducer.
	CauseBisectTime time.Time // When we found cause bisection.
	ResolvedTime    time.Time // When the bug was resolved.
	Status          BugStatus
	Subsystems      []string
	Strace          bool     // Whether we managed to reproduce under strace.
	HitsPerDay      float64  // Average number of bug hits per day.
	FixHashes       []string // Hashes of fix commits.
	HappenedOn      []string // Managers on which the crash happened.
}

type BugStatus

type BugStatus string
const (
	BugFixed           BugStatus = "fixed"
	BugInvalidated     BugStatus = "invalidated"
	BugAutoInvalidated BugStatus = "auto-invalidated"
	BugDup             BugStatus = "dup"
	BugPending         BugStatus = "pending"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL