Lines Matching refs:printed
157 int printed = 0; in trace_event_printer() local
161 printed += fprintf(fp, "."); in trace_event_printer()
162 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer()
166 printed += fprintf(fp, "."); in trace_event_printer()
169 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer()
172 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer()
175 printed += color_fprintf(fp, color, " "); in trace_event_printer()
178 printed += color_fprintf(fp, color, " "); in trace_event_printer()
181 printed += color_fprintf(fp, color, "%c", in trace_event_printer()
185 printed += color_fprintf(fp, color, " "); in trace_event_printer()
188 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
191 printed += fprintf(fp, "\n"); in trace_event_printer()
197 return printed; in trace_event_printer()