Home
last modified time | relevance | path

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

/Linux-v5.10/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.c7234 struct tracing_log_err { struct
7243 static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr) in get_tracing_log_err() argument
7245 struct tracing_log_err *err; in get_tracing_log_err()
7256 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
7315 void tracing_log_err(struct trace_array *tr, in tracing_log_err() function
7319 struct tracing_log_err *err; in tracing_log_err()
7345 struct tracing_log_err *err, *next; in clear_tracing_err_log()
7391 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.h2011 extern void tracing_log_err(struct trace_array *tr,
Dtrace_events_synth.c61 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
Dtrace_events_hist.c573 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()