Searched refs:trace_seq_putmem (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | trace_seq.h | 98 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) in trace_seq_putmem() function
|
| /linux/kernel/trace/ |
| A D | trace_output.h | 39 trace_seq_putmem(s, &(x), sizeof(x))
|
| A D | trace_seq.c | 257 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function 271 EXPORT_SYMBOL_GPL(trace_seq_putmem);
|
| A D | blktrace.c | 1420 trace_seq_putmem(s, pdu_start(ent, has_cg), in blk_log_msg() 1530 trace_seq_putmem(s, &old, offset); in blk_trace_synthesize_old_trace() 1531 trace_seq_putmem(s, &t->sector, in blk_trace_synthesize_old_trace()
|
Completed in 34 milliseconds