Lines Matching defs:PRINTMSG

60 #define PRINTMSG(...) do {						\
238 PRINTMSG("dT: %5.3fs w: %.3fs", dt,
241 PRINTMSG(" filter: ");
257 PRINTMSG("%s", pf_s);
260 PRINTMSG("\n");
261 PRINTMSG(" L(q) ops/s ");
263 PRINTMSG(" r/s kB kBps ms/r ");
264 PRINTMSG(" w/s kB kBps ms/w ");
267 PRINTMSG(" r/s kBps ms/r ");
268 PRINTMSG(" w/s kBps ms/w ");
272 PRINTMSG(" d/s kB kBps");
273 PRINTMSG(" ms/d ");
275 PRINTMSG(" d/s kBps ms/d ");
278 PRINTMSG(" o/s ms/o ");
279 PRINTMSG("%%busy Name\n");
281 PRINTMSG("timestamp,name,q-depth,total_ops/s");
283 PRINTMSG(",read/s,read_sz-KiB");
284 PRINTMSG(",read-KiB/s,ms/read");
285 PRINTMSG(",write/s,write_sz-KiB");
286 PRINTMSG(",write-KiB/s,ms/write");
288 PRINTMSG(",read/s,read-KiB/s,ms/read");
289 PRINTMSG(",write/s,write-KiB/s,ms/write");
293 PRINTMSG(",delete/s,delete-sz-KiB");
294 PRINTMSG(",delete-KiB/s,ms/delete");
296 PRINTMSG(",delete/s,delete-KiB/s");
297 PRINTMSG(",ms/delete");
301 PRINTMSG(",other/s,ms/other");
302 PRINTMSG(",%%busy\n");
347 PRINTMSG("*\n");
399 PRINTMSG("%s", ts); /* timestamp */
400 PRINTMSG(",%s", g_name); /* print name */
401 PRINTMSG(",%ju", (uintmax_t)u64);
402 PRINTMSG(",%.0f", (double)ld[0]);
403 PRINTMSG(",%.0f", (double)ld[1]);
405 PRINTMSG(",%.0f", (double)ld[13]);
406 PRINTMSG(",%.0f", (double)ld[2] * 1024);
408 PRINTMSG(",%.0f", (double)ld[3]);
410 PRINTMSG(",%.1f", (double)ld[3]);
412 PRINTMSG(",%.3f", (double)ld[3]);
413 PRINTMSG(",%.0f", (double)ld[4]);
415 PRINTMSG(",%.0f", (double)ld[14]);
416 PRINTMSG(",%.0f", (double)ld[5] * 1024);
418 PRINTMSG(",%.0f", (double)ld[6]);
420 PRINTMSG(",%.1f", (double)ld[6]);
422 PRINTMSG(",%.3f", (double)ld[6]);
425 PRINTMSG(",%.0f", (double)ld[8]);
427 PRINTMSG(",%.0f",
429 PRINTMSG(",%.0f", (double)ld[9] * 1024);
431 PRINTMSG(",%.0f",
434 PRINTMSG(",%.1f",
437 PRINTMSG(",%.3f",
442 PRINTMSG(",%.0f", (double)ld[11]);
444 PRINTMSG(",%.0f",
447 PRINTMSG(",%.1f",
450 PRINTMSG(",%.3f",
453 PRINTMSG(",%.1lf", (double)ld[7]);
455 PRINTMSG(" %4ju", (uintmax_t)u64);
456 PRINTMSG(" %6.0f", (double)ld[0]);
457 PRINTMSG(" %6.0f", (double)ld[1]);
459 PRINTMSG(" %6.0f", (double)ld[13]);
460 PRINTMSG(" %6.0f", (double)ld[2] * 1024);
462 PRINTMSG(" %6.0f", (double)ld[3]);
464 PRINTMSG(" %6.1f", (double)ld[3]);
466 PRINTMSG(" %6.3f", (double)ld[3]);
467 PRINTMSG(" %6.0f", (double)ld[4]);
469 PRINTMSG(" %6.0f", (double)ld[14]);
470 PRINTMSG(" %6.0f", (double)ld[5] * 1024);
472 PRINTMSG(" %6.0f", (double)ld[6]);
474 PRINTMSG(" %6.1f", (double)ld[6]);
476 PRINTMSG(" %6.3f", (double)ld[6]);
479 PRINTMSG(" %6.0f", (double)ld[8]);
481 PRINTMSG(" %6.0f",
483 PRINTMSG(" %6.0f",
486 PRINTMSG(" %6.0f",
489 PRINTMSG(" %6.1f",
492 PRINTMSG(" %6.3f",
497 PRINTMSG(" %6.0f", (double)ld[11]);
499 PRINTMSG(" %6.0f",
502 PRINTMSG(" %6.1f",
505 PRINTMSG(" %6.3f",
517 PRINTMSG(" %6.1lf", (double)ld[7]);
520 PRINTMSG("|");
522 PRINTMSG(" ");
523 PRINTMSG(" %s", g_name);
527 PRINTMSG("\n");