Home
last modified time | relevance | path

Searched refs:trace_seq_putmem (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dtrace_seq.h86 extern void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
125 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function
/linux-4.1.27/kernel/trace/
Dtrace_seq.c261 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function
275 EXPORT_SYMBOL_GPL(trace_seq_putmem);
Dtrace_output.h39 trace_seq_putmem(s, &(x), sizeof(x))
Dblktrace.c1290 trace_seq_putmem(s, t + 1, t->pdu_len); in blk_log_msg()
1394 trace_seq_putmem(s, &old, offset); in blk_trace_synthesize_old_trace()
1395 trace_seq_putmem(s, &t->sector, in blk_trace_synthesize_old_trace()