Searched refs:trace_print_hex_seq (Results 1 – 3 of 3) sorted by relevance
45 const char *trace_print_hex_seq(struct trace_seq *p,
166 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len) in trace_print_hex_seq() function178 EXPORT_SYMBOL(trace_print_hex_seq);
294 #define __print_hex(buf, buf_len) trace_print_hex_seq(p, buf, buf_len)