Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/traceevent/
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()
Dtrace-seq.h52 extern int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp);
/Linux-v5.10/tools/lib/traceevent/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_);
117 if (trace_seq_do_fprintf(&seq, fp) < 0 ) [
Dlibtraceevent.txt140 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_);
/Linux-v5.10/tools/perf/util/
Dtrace-event-parse.c113 trace_seq_do_fprintf(&s, fp); in event_format__fprintf()