Home
last modified time | relevance | path

Searched refs:err_log (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py721 err_log = parse_diagnostic(lines)
722 test.log.extend(err_log)
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c394 goto err_log; in intel_guc_init()
437 err_log: in intel_guc_init()
/openbmc/linux/kernel/trace/
H A Dtrace.c8024 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
8112 list_add_tail(&err->list, &tr->err_log); in tracing_log_err()
8121 list_for_each_entry_safe(err, next, &tr->err_log, list) { in clear_tracing_err_log()
8136 return seq_list_start(&tr->err_log, *pos); in tracing_err_log_seq_start()
8143 return seq_list_next(v, &tr->err_log, pos); in tracing_err_log_seq_next()
9558 INIT_LIST_HEAD(&tr->err_log); in trace_array_create()
10531 INIT_LIST_HEAD(&global_trace.err_log); in tracer_alloc_buffers()
H A Dtrace.h380 struct list_head err_log; member