Home
last modified time | relevance | path

Searched refs:tracing_log_err (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/kernel/trace/
Dtrace_events_filter.c958 tracing_log_err(tr, "event filter parse error", in append_filter_err()
963 tracing_log_err(tr, "event filter parse error", in append_filter_err()
Dtrace.c7722 struct tracing_log_err { struct
7731 static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr) in get_tracing_log_err() argument
7733 struct tracing_log_err *err; in get_tracing_log_err()
7744 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
7803 void tracing_log_err(struct trace_array *tr, in tracing_log_err() function
7807 struct tracing_log_err *err; in tracing_log_err()
7833 struct tracing_log_err *err, *next; in clear_tracing_err_log()
7879 struct tracing_log_err *err = v; in tracing_err_log_seq_show()
Dtrace_probe.c201 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
Dtrace.h1816 extern void tracing_log_err(struct trace_array *tr,
Dtrace_events_synth.c62 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
Dtrace_events_hist.c610 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()