From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969769AbdDSVpW (ORCPT ); Wed, 19 Apr 2017 17:45:22 -0400 Received: from mga09.intel.com ([134.134.136.24]:11638 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S969753AbdDSVpT (ORCPT ); Wed, 19 Apr 2017 17:45:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,222,1488873600"; d="scan'208";a="847777305" From: Andi Kleen To: acme@kernel.org Cc: jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: [PATCH] perf, tools, stat: Fix documentation of CSV output Date: Wed, 19 Apr 2017 14:07:00 -0700 Message-Id: <20170419210700.17478-1-andi@firstfloor.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andi Kleen Correctly document the order where stddev is output by perf stat in CSV output. Signed-off-by: Andi Kleen --- tools/perf/Documentation/perf-stat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt index bd0e4417f2be..cc5615669d9a 100644 --- a/tools/perf/Documentation/perf-stat.txt +++ b/tools/perf/Documentation/perf-stat.txt @@ -272,9 +272,9 @@ The fields are in this order: - counter value - unit of the counter value or empty - event name + - optional variance if multiple values are collected with -r - run time of counter - percentage of measurement time the counter was running - - optional variance if multiple values are collected with -r - optional metric value - optional unit of metric -- 2.9.3