Searched refs:err_pos (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_synth.c | 48 return err_pos(last_cmd, str); in errpos() 59 static void synth_err(u8 err_type, u8 err_pos) in synth_err() argument 62 err_type, err_pos); in synth_err()
|
H A D | trace.h | 2017 extern unsigned int err_pos(char *cmd, const char *str);
|
H A D | trace_events_hist.c | 544 return err_pos(last_cmd, str); in errpos() 572 static void hist_err(struct trace_array *tr, u8 err_type, u8 err_pos) in hist_err() argument 575 err_type, err_pos); in hist_err()
|
H A D | trace.c | 7479 * err_pos - find the position of a string within a command for error careting 7490 unsigned int err_pos(char *cmd, const char *str) in err_pos() function
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_synth.c | 58 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 D | trace.h | 1908 extern unsigned int err_pos(char *cmd, const char *str);
|
H A D | trace_events_hist.c | 770 return err_pos(last_cmd, str); in errpos() 808 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) in hist_err() argument 814 err_type, err_pos); in hist_err()
|
H A D | trace.c | 8033 * err_pos - find the position of a string within a command for error careting 8044 unsigned int err_pos(char *cmd, const char *str) in err_pos() function
|
Completed in 52 milliseconds