Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_filter.c1029 tracing_log_err(tr, "event filter parse error", in append_filter_err()
1034 tracing_log_err(tr, "event filter parse error", in append_filter_err()
H A Dtrace.c7279 struct tracing_log_err { struct
7288 static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr) in get_tracing_log_err() argument
7290 struct tracing_log_err *err; in get_tracing_log_err()
7302 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
7361 void tracing_log_err(struct trace_array *tr, in tracing_log_err() function
7365 struct tracing_log_err *err; in tracing_log_err()
7391 struct tracing_log_err *err, *next; in clear_tracing_err_log()
7437 struct tracing_log_err *err = v; in tracing_err_log_seq_show()
H A Dtrace_probe.c201 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
H A Dtrace.h2007 extern void tracing_log_err(struct trace_array *tr,
H A Dtrace_events_synth.c61 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
H A Dtrace_events_hist.c574 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()