Lines Matching refs:trace_seq
30 struct trace_seq { struct
38 void trace_seq_init(struct trace_seq *s); argument
39 void trace_seq_reset(struct trace_seq *s);
40 void trace_seq_destroy(struct trace_seq *s);
42 extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
44 extern int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args)
47 extern int trace_seq_puts(struct trace_seq *s, const char *str);
48 extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
50 extern void trace_seq_terminate(struct trace_seq *s);
52 extern int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp);
53 extern int trace_seq_do_printf(struct trace_seq *s);