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

/linux-4.4.14/kernel/trace/
H A Dtrace_output.h35 trace_seq_putmem(s, &(x), sizeof(x))
H A Dtrace_seq.c252 * trace_seq_putmem - write raw data into the trace_seq buffer
261 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) trace_seq_putmem() function
275 EXPORT_SYMBOL_GPL(trace_seq_putmem); variable
283 * This is similar to trace_seq_putmem() except instead of just copying the
H A Dblktrace.c1281 trace_seq_putmem(s, t + 1, t->pdu_len); blk_log_msg()
1386 trace_seq_putmem(s, &old, offset); blk_trace_synthesize_old_trace()
1387 trace_seq_putmem(s, &t->sector, blk_trace_synthesize_old_trace()
/linux-4.4.14/include/linux/
H A 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) trace_seq_putmem() function

Completed in 67 milliseconds