Lines Matching full:printed
174 int printed = 0; in trace_event_printer() local
178 printed += fprintf(fp, "."); in trace_event_printer()
179 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer()
183 printed += fprintf(fp, "."); in trace_event_printer()
186 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer()
189 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer()
192 printed += color_fprintf(fp, color, " "); in trace_event_printer()
195 printed += color_fprintf(fp, color, " "); in trace_event_printer()
198 printed += color_fprintf(fp, color, "%c", in trace_event_printer()
202 printed += color_fprintf(fp, color, " "); in trace_event_printer()
205 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
208 printed += fprintf(fp, "\n"); in trace_event_printer()
214 return printed; in trace_event_printer()