Searched refs:trace_seq_putmem_hex (Results 1 – 3 of 3) sorted by relevance
44 extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,82 static inline int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex() function
48 if (!trace_seq_putmem_hex(s, &(x), sizeof(x))) \
227 int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, size_t len) function