Lines Matching full:printed
123 int printed = 0; in trace_event_printer() local
127 printed += fprintf(fp, "."); in trace_event_printer()
128 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer()
132 printed += fprintf(fp, "."); in trace_event_printer()
135 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer()
138 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer()
141 printed += color_fprintf(fp, color, " "); in trace_event_printer()
144 printed += color_fprintf(fp, color, " "); in trace_event_printer()
147 printed += color_fprintf(fp, color, "%c", in trace_event_printer()
151 printed += color_fprintf(fp, color, " "); in trace_event_printer()
154 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
157 printed += fprintf(fp, "\n"); in trace_event_printer()
163 return printed; in trace_event_printer()