Lines Matching refs:crash
115 // job execution result (Build, Crash or Error details),
157 Crash Crash
164 // Crash describes a single kernel crash (potentially with repro).
165 type Crash struct {
182 func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) {
184 err := dash.Query("report_crash", crash, resp)
188 // CrashID is a short summary of a crash for repro queries.
199 // NeedRepro checks if dashboard needs a repro for this crash or not.
200 func (dash *Dashboard) NeedRepro(crash *CrashID) (bool, error) {
202 err := dash.Query("need_repro", crash, resp)
206 // ReportFailedRepro notifies dashboard about a failed repro attempt for the crash.
207 func (dash *Dashboard) ReportFailedRepro(crash *CrashID) error {
208 return dash.Query("report_failed_repro", crash, nil)
261 CrashTitle string // job execution crash title