Home | History | Annotate | Download | only in blktrace

Lines Matching refs:strcat

179 		fprintf(ofp, strcat(format, "s"), act);
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
187 fprintf(ofp, strcat(format, "s"), name);
194 fprintf(ofp, strcat(format, "s"), rwbs);
201 fprintf(ofp, strcat(format, "d"), t->error);
204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device));
207 fprintf(ofp, strcat(format, "d"), MINOR(t->device));
210 fprintf(ofp, strcat(format, "u"), t_sec(t));
213 fprintf(ofp, strcat(format, "u"), t->bytes);
216 fprintf(ofp, strcat(format, "u"), t->pid);
225 fprintf(ofp, strcat(format, "ld"), t->sequence);
228 fprintf(ofp, strcat(format, "lu"), t->sector);
235 fprintf(ofp, strcat(format, "d"), SECONDS(t->time));
242 fprintf(ofp, strcat(format, "llu"), elapsed / 1000);
245 fprintf(ofp, strcat(format, "u"), get_pdu_int(t));
248 fprintf(ofp, strcat(format, "s"), print_time(t->time));
251 fprintf(ofp,strcat(format, "c"), field);