Lines Matching full:printed
172 int printed = 0; in trace_event_printer() local
176 printed += fprintf(fp, "."); in trace_event_printer()
177 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer()
181 printed += fprintf(fp, "."); in trace_event_printer()
184 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer()
187 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer()
190 printed += color_fprintf(fp, color, " "); in trace_event_printer()
193 printed += color_fprintf(fp, color, " "); in trace_event_printer()
196 printed += color_fprintf(fp, color, "%c", in trace_event_printer()
200 printed += color_fprintf(fp, color, " "); in trace_event_printer()
203 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
206 printed += fprintf(fp, "\n"); in trace_event_printer()
212 return printed; in trace_event_printer()