Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace.c7975 struct tracing_log_err { struct
7984 static struct tracing_log_err *alloc_tracing_log_err(int len) in alloc_tracing_log_err() argument
7986 struct tracing_log_err *err; in alloc_tracing_log_err()
8001 static void free_tracing_log_err(struct tracing_log_err *err) in free_tracing_log_err()
8007 static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr, in get_tracing_log_err()
8010 struct tracing_log_err *err; in get_tracing_log_err()
8023 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
8084 void tracing_log_err(struct trace_array *tr, in tracing_log_err() function
8088 struct tracing_log_err *err; in tracing_log_err()
8117 struct tracing_log_err *err, *next; in clear_tracing_err_log()
[all …]
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()
Dtrace.h1905 extern void tracing_log_err(struct trace_array *tr,
Dtrace_probe.c213 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
Dtrace_events_synth.c81 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
Dtrace_events_hist.c813 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()