Searched refs:trace_seq_putmem (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | trace_seq.h | 43 extern int trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len); 78 trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len) in trace_seq_putmem() function
|
/linux-2.6.39/kernel/trace/ |
D | trace_output.h | 41 if (!trace_seq_putmem(s, &(x), sizeof(x))) \
|
D | blktrace.c | 1286 ret = trace_seq_putmem(s, t + 1, t->pdu_len); in blk_log_msg() 1396 if (!trace_seq_putmem(s, &old, offset)) in blk_trace_synthesize_old_trace() 1398 return trace_seq_putmem(s, &t->sector, in blk_trace_synthesize_old_trace()
|
D | trace_output.c | 211 int trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len) in trace_seq_putmem() function 246 return trace_seq_putmem(s, hex, j);
|