trace_seq         430 include/linux/cper.h const char *cper_mem_err_unpack(struct trace_seq *,
trace_seq          27 include/linux/ftrace_event.h const char *ftrace_print_flags_seq(struct trace_seq *p, const char *delim,
trace_seq          31 include/linux/ftrace_event.h const char *ftrace_print_symbols_seq(struct trace_seq *p, unsigned long val,
trace_seq          35 include/linux/ftrace_event.h const char *ftrace_print_symbols_seq_u64(struct trace_seq *p,
trace_seq          41 include/linux/ftrace_event.h const char *ftrace_print_bitmask_seq(struct trace_seq *p, void *bitmask_ptr,
trace_seq          44 include/linux/ftrace_event.h const char *ftrace_print_hex_seq(struct trace_seq *p,
trace_seq          84 include/linux/ftrace_event.h 	struct trace_seq	tmp_seq;
trace_seq          92 include/linux/ftrace_event.h 	struct trace_seq	seq;
trace_seq         192 include/linux/ring_buffer.h struct trace_seq;
trace_seq         194 include/linux/ring_buffer.h int ring_buffer_print_entry_header(struct trace_seq *s);
trace_seq         195 include/linux/ring_buffer.h int ring_buffer_print_page_header(struct trace_seq *s);
trace_seq          21 include/linux/trace_seq.h trace_seq_init(struct trace_seq *s)
trace_seq          38 include/linux/trace_seq.h trace_seq_buffer_ptr(struct trace_seq *s)
trace_seq          48 include/linux/trace_seq.h int trace_seq_printf(struct trace_seq *s, const char *fmt, ...);
trace_seq          50 include/linux/trace_seq.h int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args);
trace_seq          52 include/linux/trace_seq.h trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary);
trace_seq          53 include/linux/trace_seq.h extern int trace_print_seq(struct seq_file *m, struct trace_seq *s);
trace_seq          54 include/linux/trace_seq.h extern int trace_seq_to_user(struct trace_seq *s, char __user *ubuf,
trace_seq          56 include/linux/trace_seq.h extern int trace_seq_puts(struct trace_seq *s, const char *str);
trace_seq          57 include/linux/trace_seq.h extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
trace_seq          58 include/linux/trace_seq.h extern int trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
trace_seq          59 include/linux/trace_seq.h extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
trace_seq          61 include/linux/trace_seq.h extern int trace_seq_path(struct trace_seq *s, const struct path *path);
trace_seq          63 include/linux/trace_seq.h extern int trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
trace_seq          67 include/linux/trace_seq.h static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
trace_seq          72 include/linux/trace_seq.h trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary)
trace_seq          78 include/linux/trace_seq.h trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
trace_seq          84 include/linux/trace_seq.h static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s)
trace_seq          88 include/linux/trace_seq.h static inline int trace_seq_to_user(struct trace_seq *s, char __user *ubuf,
trace_seq          93 include/linux/trace_seq.h static inline int trace_seq_puts(struct trace_seq *s, const char *str)
trace_seq          97 include/linux/trace_seq.h static inline int trace_seq_putc(struct trace_seq *s, unsigned char c)
trace_seq         102 include/linux/trace_seq.h trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len)
trace_seq         106 include/linux/trace_seq.h static inline int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
trace_seq         111 include/linux/trace_seq.h static inline int trace_seq_path(struct trace_seq *s, const struct path *path)
trace_seq         198 include/trace/events/scsi.h const char *scsi_trace_parse_cdb(struct trace_seq*, unsigned char*, int);
trace_seq         272 include/trace/ftrace.h 	struct trace_seq *s = &iter->seq;				\
trace_seq         273 include/trace/ftrace.h 	struct trace_seq __maybe_unused *p = &iter->tmp_seq;		\
trace_seq         301 include/trace/ftrace.h 	struct trace_seq *p = &iter->tmp_seq;				\