Go to the documentation of this file. 1 #ifndef _LINUX_TRACE_SEQ_H
2 #define _LINUX_TRACE_SEQ_H
50 static inline int trace_seq_printf(
struct trace_seq *s,
const char *fmt, ...)
69 static inline int trace_seq_puts(
struct trace_seq *s,
const char *str)
73 static inline int trace_seq_putc(
struct trace_seq *s,
unsigned char c)