Searched refs:trace_seq_do_fprintf (Results 1 – 4 of 4) sorted by relevance
8 trace_seq_do_fprintf, trace_seq_do_printf -27 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_);61 The *trace_seq_do_fprintf()* function prints the buffer of trace sequence _s_73 Both *trace_seq_do_printf()* and *trace_seq_do_fprintf()* functions return the117 if (trace_seq_do_fprintf(&seq, fp) < 0 ) [
176 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_);
229 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf() function248 return trace_seq_do_fprintf(s, stdout); in trace_seq_do_printf()
56 extern int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp);