Searched refs:trace_seq_putmem (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | trace_seq.h | 87 extern void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len); 132 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function
|
/openbmc/linux/kernel/trace/ |
H A D | trace_output.h | 39 trace_seq_putmem(s, &(x), sizeof(x))
|
H A D | trace_seq.c | 260 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function 274 EXPORT_SYMBOL_GPL(trace_seq_putmem);
|
H A D | blktrace.c | 1421 trace_seq_putmem(s, pdu_start(ent, has_cg), in blk_log_msg() 1531 trace_seq_putmem(s, &old, offset); in blk_trace_synthesize_old_trace() 1532 trace_seq_putmem(s, &t->sector, in blk_trace_synthesize_old_trace()
|