Searched refs:err_text (Results 1 – 4 of 4) sorted by relevance
/kernel/trace/ |
D | trace_events_filter.c | 117 static const char *err_text[] = { ERRORS }; variable 1099 trace_seq_printf(s, "\nparse_error: %s\n", err_text[pe->lasterr]); in append_filter_err() 1101 filter->filter_string, err_text, in append_filter_err() 1106 filter->filter_string, err_text, in append_filter_err()
|
D | trace_events_synth.c | 45 static const char *err_text[] = { ERRORS }; variable 81 tracing_log_err(NULL, "synthetic_events", last_cmd, err_text, in synth_err()
|
D | trace_events_hist.c | 82 static const char *err_text[] = { ERRORS }; variable 810 tracing_log_err(tr, last_cmd_loc, last_cmd, err_text, in hist_err()
|
D | trace.c | 8040 const char *err_text = err->info.errs[err->info.type]; in tracing_err_log_seq_show() local 8046 err->loc, err_text); in tracing_err_log_seq_show()
|