Lines Matching refs:fp
116 unsigned int val, void *extra, FILE *fp) in trace_event_printer() argument
125 printed += fprintf(fp, "."); in trace_event_printer()
126 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer()
130 printed += fprintf(fp, "."); in trace_event_printer()
133 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer()
136 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer()
139 printed += color_fprintf(fp, color, " "); in trace_event_printer()
142 printed += color_fprintf(fp, color, " "); in trace_event_printer()
145 printed += color_fprintf(fp, color, "%c", in trace_event_printer()
149 printed += color_fprintf(fp, color, " "); in trace_event_printer()
152 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
155 printed += fprintf(fp, "\n"); in trace_event_printer()