lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 30 Jul 2015 15:53:31 +0200
From:	Jiri Olsa <jolsa@...hat.com>
To:	Andi Kleen <andi@...stfloor.org>
Cc:	acme@...nel.org, jolsa@...nel.org, eranian@...gle.com,
	linux-kernel@...r.kernel.org, Andi Kleen <ak@...ux.intel.com>
Subject: Re: [PATCH 3/4] perf, tools, stat: Add support for metrics in
 interval mode

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ