Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dtrace-seq.c234 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf() function
253 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);
/tools/perf/util/
Dtrace-event-parse.c128 trace_seq_do_fprintf(&s, fp); in event_format__fprintf()