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

/linux-master/kernel/trace/
H A Dtrace_output.h39 trace_seq_putmem(s, &(x), sizeof(x))
H A Dtrace_seq.c248 * trace_seq_putmem - write raw data into the trace_seq buffer
257 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) function
271 EXPORT_SYMBOL_GPL(trace_seq_putmem); variable
279 * This is similar to trace_seq_putmem() except instead of just copying the
H A Dblktrace.c1421 trace_seq_putmem(s, pdu_start(ent, has_cg),
1531 trace_seq_putmem(s, &old, offset);
1532 trace_seq_putmem(s, &t->sector,
/linux-master/include/linux/
H A Dtrace_seq.h98 extern void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
143 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) function

Completed in 245 milliseconds