Home
last modified time | relevance | path

Searched refs:trace_seq_acquire (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dtrace_seq.h98 char *trace_seq_acquire(struct trace_seq *s, unsigned int len);
143 static inline char *trace_seq_acquire(struct trace_seq *s, unsigned int len) in trace_seq_acquire() function
/openbmc/linux/kernel/trace/
H A Dtrace_seq.c420 char *trace_seq_acquire(struct trace_seq *s, unsigned int len) in trace_seq_acquire() function
429 EXPORT_SYMBOL(trace_seq_acquire);
/openbmc/linux/include/trace/stages/
H A Dstage3_trace_output.h144 #define __get_buf(len) trace_seq_acquire(p, (len))