Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c7903 struct tracing_log_err { struct
7912 static struct tracing_log_err *alloc_tracing_log_err(int len) in alloc_tracing_log_err() argument
7914 struct tracing_log_err *err; in alloc_tracing_log_err()
7929 static void free_tracing_log_err(struct tracing_log_err *err) in free_tracing_log_err()
7935 static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr, in get_tracing_log_err()
7938 struct tracing_log_err *err; in get_tracing_log_err()
7951 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
7965 * return value can be passed to tracing_log_err() for caret placement
7986 * tracing_log_err - write an error to the tracing error log
8010 * defined for use with tracing_log_err()
8012 void tracing_log_err(struct trace_array *tr, tracing_log_err() function
[all...]
H A Dtrace_events_filter.c1233 tracing_log_err(tr, "event filter parse error", in append_filter_err()
1238 tracing_log_err(tr, "event filter parse error", in append_filter_err()
H A Dtrace.h2080 extern void tracing_log_err(struct trace_array *tr,
H A Dtrace_events_synth.c76 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
H A Dtrace_probe.c223 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
H A Dtrace_events_hist.c808 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()