Home
last modified time | relevance | path

Searched refs:trace_print_hex_seq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtrace_events.h45 const char *trace_print_hex_seq(struct trace_seq *p,
/linux-4.4.14/kernel/trace/
Dtrace_output.c166 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len) in trace_print_hex_seq() function
178 EXPORT_SYMBOL(trace_print_hex_seq);
/linux-4.4.14/include/trace/
Dtrace_events.h294 #define __print_hex(buf, buf_len) trace_print_hex_seq(p, buf, buf_len)