Searched refs:trace_seq_putmem (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | trace_seq.h | 87 extern void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len); 130 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function
|
/linux/kernel/trace/ |
A D | trace_seq.c | 259 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() function 273 EXPORT_SYMBOL_GPL(trace_seq_putmem);
|
A D | trace_output.h | 37 trace_seq_putmem(s, &(x), sizeof(x))
|
A D | blktrace.c | 1415 trace_seq_putmem(s, pdu_start(ent, has_cg), in blk_log_msg() 1525 trace_seq_putmem(s, &old, offset); in blk_trace_synthesize_old_trace() 1526 trace_seq_putmem(s, &t->sector, in blk_trace_synthesize_old_trace()
|
Completed in 9 milliseconds