Searched defs:trace_seq (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dtrace_seq.h13 struct trace_seq { struct
21 trace_seq_init(struct trace_seq *s)
33 int trace_seq_printf(struct trace_seq *s, const char *fmt, ...);
35 int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args);
37 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary);
38 extern int trace_print_seq(struct seq_file *m, struct trace_seq *s);
39 extern ssize_t trace_seq_to_user(struct trace_seq *s, char __user *ubuf,
41 extern int trace_seq_puts(struct trace_seq *s, const char *str);
42 extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
43 extern int trace_seq_putmem(struct trace_seq *
[all...]

Completed in 305 milliseconds