--- u32.c.old 2009-11-14 21:04:06.000000000 +0200 +++ u32.c 2009-11-14 21:08:07.000000000 +0200 @@ -296,8 +296,7 @@ if (u->cu_mask & U32_ATTR_PCNT) { struct tc_u32_pcnt *pc = u->cu_pcnt->d_data; nl_dump(p, "\n"); - nl_dump_line(p, "%s successful hits\n"); - nl_dump_line(p, "%s %8llu %8llu\n", + nl_dump_line(p, " hit %8llu count %8llu\n", pc->rhit, pc->rcnt); } }