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.c56 return err_pos(last_cmd, str); in errpos()
70 static void synth_err(u8 err_type, u16 err_pos) in synth_err() argument
77 err_type, err_pos); in synth_err()
H A Dtrace.h2079 extern unsigned int err_pos(char *cmd, const char *str);
H A Dtrace_events_hist.c772 return err_pos(last_cmd, str); in errpos()
803 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) in hist_err() argument
809 err_type, err_pos); in hist_err()
H A Dtrace.c7960 * err_pos - find the position of a string within a command for error careting
7971 unsigned int err_pos(char *cmd, const char *str) in err_pos() function