Lines Matching refs:trace_seq
14 struct trace_seq { struct
21 trace_seq_init(struct trace_seq *s) in trace_seq_init() argument
40 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used()
55 trace_seq_buffer_ptr(struct trace_seq *s) in trace_seq_buffer_ptr()
67 static inline bool trace_seq_has_overflowed(struct trace_seq *s) in trace_seq_has_overflowed()
77 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...);
79 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args);
81 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary);
82 extern int trace_print_seq(struct seq_file *m, struct trace_seq *s);
83 extern int trace_seq_to_user(struct trace_seq *s, char __user *ubuf,
85 extern void trace_seq_puts(struct trace_seq *s, const char *str);
86 extern void trace_seq_putc(struct trace_seq *s, unsigned char c);
87 extern void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
88 extern void trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
90 extern int trace_seq_path(struct trace_seq *s, const struct path *path);
92 extern void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
95 extern int trace_seq_hex_dump(struct trace_seq *s, const char *prefix_str,
98 char *trace_seq_acquire(struct trace_seq *s, unsigned int len);
102 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
106 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
111 trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
116 static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
120 static inline int trace_seq_to_user(struct trace_seq *s, char __user *ubuf, in trace_seq_to_user()
125 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
128 static inline void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
132 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem()
135 static inline void trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex()
139 static inline int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path()
143 static inline char *trace_seq_acquire(struct trace_seq *s, unsigned int len) in trace_seq_acquire()