Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dtrace_seq.h44 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
/linux-2.6.39/kernel/trace/
Dtrace_output.h48 if (!trace_seq_putmem_hex(s, &(x), sizeof(x))) \
Dtrace_output.c227 int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, size_t len) function