Home
last modified time | relevance | path

Searched refs:trace_seq_do_fprintf (Results 1 – 4 of 4) sorted by relevance

/external/libtraceevent/Documentation/
Dlibtraceevent-tseq.txt8 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 the
117 if (trace_seq_do_fprintf(&seq, fp) < 0 ) [
Dlibtraceevent.txt176 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_);
/external/libtraceevent/src/
Dtrace-seq.c229 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf() function
248 return trace_seq_do_fprintf(s, stdout); in trace_seq_do_printf()
/external/libtraceevent/include/traceevent/
Dtrace-seq.h56 extern int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp);