Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Dtrace-seq.c220 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf() function
239 return trace_seq_do_fprintf(s, stdout); in trace_seq_do_printf()
Devent-parse.h95 extern int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp);
/Linux-v4.19/tools/perf/util/
Dtrace-event-parse.c129 trace_seq_do_fprintf(&s, fp); in event_format__fprintf()