Home
last modified time | relevance | path

Searched refs:err_pos (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_synth.c58 ret = err_pos(last_cmd, str); in errpos()
75 static void synth_err(u8 err_type, u16 err_pos) in synth_err() argument
82 err_type, err_pos); in synth_err()
H A Dtrace.h2010 extern unsigned int err_pos(char *cmd, const char *str);
H A Dtrace_events_hist.c770 return err_pos(last_cmd, str); in errpos()
801 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) in hist_err() argument
807 err_type, err_pos); in hist_err()
H A Dtrace.c7656 unsigned int err_pos(char *cmd, const char *str) in err_pos() function