Lines Matching refs:printed
164 int printed = 0; in trace_event_printer() local
168 printed += fprintf(fp, "."); in trace_event_printer()
169 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer()
173 printed += fprintf(fp, "."); in trace_event_printer()
176 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer()
179 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer()
182 printed += color_fprintf(fp, color, " "); in trace_event_printer()
185 printed += color_fprintf(fp, color, " "); in trace_event_printer()
188 printed += color_fprintf(fp, color, "%c", in trace_event_printer()
192 printed += color_fprintf(fp, color, " "); in trace_event_printer()
195 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
198 printed += fprintf(fp, "\n"); in trace_event_printer()
204 return printed; in trace_event_printer()