Re: [PATCH 3/4] perf, tools, stat: Add support for metrics in interval mode

From: Jiri Olsa
Date: Thu Jul 30 2015 - 09:53:39 EST


On Wed, Jul 29, 2015 at 05:21:39PM -0700, Andi Kleen wrote:

SNIP

> case AGGR_SOCKET:
> - fprintf(output, "# time socket cpus counts %*s events\n", unit_width, "unit");
> + fprintf(output, "# time socket cpus counts %*s events metric multiplex\n",
> + unit_width, "unit");
> break;
> case AGGR_CORE:
> - fprintf(output, "# time core cpus counts %*s events\n", unit_width, "unit");
> + fprintf(output, "# time core cpus counts %*s events metric multiplex\n",
> + unit_width, "unit");
> break;
> case AGGR_NONE:
> - fprintf(output, "# time CPU counts %*s events\n", unit_width, "unit");
> + fprintf(output, "# time CPU counts %*s events metric multiplex\n",
> + unit_width, "unit");
> break;
> case AGGR_THREAD:
> - fprintf(output, "# time comm-pid counts %*s events\n", unit_width, "unit");
> + fprintf(output, "# time comm-pid counts %*s events metric\n",
> + unit_width, "unit");
> break;
> case AGGR_GLOBAL:
> default:
> - fprintf(output, "# time counts %*s events\n", unit_width, "unit");
> + fprintf(output, "# time counts %*s events metric multiplex\n",
> + unit_width, "unit");

can't see why those header display is adjusted

jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/