Lines Matching refs:trace_seq

73 struct trace_seq {  struct
81 void trace_seq_init(struct trace_seq *s); argument
82 void trace_seq_reset(struct trace_seq *s);
83 void trace_seq_destroy(struct trace_seq *s);
85 extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
87 extern int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args)
90 extern int trace_seq_puts(struct trace_seq *s, const char *str);
91 extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
93 extern void trace_seq_terminate(struct trace_seq *s);
95 extern int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp);
96 extern int trace_seq_do_printf(struct trace_seq *s);
104 typedef int (*tep_event_handler_func)(struct trace_seq *s,
364 typedef unsigned long long (*tep_func_handler)(struct trace_seq *s,
446 void tep_print_plugins(struct trace_seq *s,
629 void tep_print_event_task(struct tep_handle *pevent, struct trace_seq *s,
632 void tep_print_event_time(struct tep_handle *pevent, struct trace_seq *s,
636 void tep_print_event_data(struct tep_handle *pevent, struct trace_seq *s,
639 void tep_print_event(struct tep_handle *pevent, struct trace_seq *s,
654 void *tep_get_field_raw(struct trace_seq *s, struct event_format *event,
658 int tep_get_field_val(struct trace_seq *s, struct event_format *event,
661 int tep_get_common_field_val(struct trace_seq *s, struct event_format *event,
664 int tep_get_any_field_val(struct trace_seq *s, struct event_format *event,
668 int tep_print_num_field(struct trace_seq *s, const char *fmt,
672 int tep_print_func_field(struct trace_seq *s, const char *fmt,
709 struct trace_seq *s, struct tep_record *record);
721 void tep_print_field(struct trace_seq *s, void *data,
723 void tep_print_fields(struct trace_seq *s, void *data,
725 void tep_event_info(struct trace_seq *s, struct event_format *event,