Searched refs:tracing_log_err (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_dynevent.c | 151 tracing_log_err(NULL, "dynevent", raw_command, err_msg, in create_dyn_event()
|
| H A D | trace.c | 8310 struct tracing_log_err { struct 8319 static struct tracing_log_err *alloc_tracing_log_err(int len) in alloc_tracing_log_err() argument 8321 struct tracing_log_err *err; in alloc_tracing_log_err() 8336 static void free_tracing_log_err(struct tracing_log_err *err) in free_tracing_log_err() 8342 static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr, in get_tracing_log_err() 8345 struct tracing_log_err *err; in get_tracing_log_err() 8358 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err() 8372 * return value can be passed to tracing_log_err() for caret placement 8393 * tracing_log_err - write an error to the tracing error log 8417 * defined for use with tracing_log_err() 8419 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 | 2106 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 | 224 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()
|