Searched refs:tracing_log_err (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/trace/ |
H A D | trace.c | 7903 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 D | trace_events_filter.c | 1233 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 D | trace.h | 2080 extern void tracing_log_err(struct trace_array *tr,
|
H A D | trace_events_synth.c | 76 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
|
H A D | trace_probe.c | 223 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
|
H A D | trace_events_hist.c | 808 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()
|