From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751944AbdH2VW7 (ORCPT ); Tue, 29 Aug 2017 17:22:59 -0400 Received: from terminus.zytor.com ([65.50.211.136]:43199 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbdH2VW5 (ORCPT ); Tue, 29 Aug 2017 17:22:57 -0400 Date: Tue, 29 Aug 2017 14:19:07 -0700 From: tip-bot for Jack Henschel Message-ID: Cc: alexander.shishkin@linux.intel.com, peterz@infradead.org, jackdev@mailbox.org, mingo@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com, acme@redhat.com Reply-To: jackdev@mailbox.org, peterz@infradead.org, alexander.shishkin@linux.intel.com, tglx@linutronix.de, hpa@zytor.com, acme@redhat.com, mingo@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20170824132022.10934-1-jackdev@mailbox.org> References: <20170824132022.10934-1-jackdev@mailbox.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf stat: Fix path to PMU formats in documentation Git-Commit-ID: 726647d0526c5c2f3472010677122b89d9e4ef88 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 726647d0526c5c2f3472010677122b89d9e4ef88 Gitweb: http://git.kernel.org/tip/726647d0526c5c2f3472010677122b89d9e4ef88 Author: Jack Henschel AuthorDate: Thu, 24 Aug 2017 15:20:22 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 28 Aug 2017 11:05:09 -0300 perf stat: Fix path to PMU formats in documentation As defined in tools/perf/util/pmu.c, the EVENT_SOURCE_DEVICE_PATH is /sys/bus/event_source/devices/ (no traling 's' in event_source) This patch corrects the path in the perf stat documentation Signed-off-by: Jack Henschel Cc: Alexander Shishkin Cc: Jack Henschel Cc: Peter Zijlstra Cc: trivial@kernel.org Link: http://lkml.kernel.org/r/20170824132022.10934-1-jackdev@mailbox.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-stat.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt index 6980763..c37d616 100644 --- a/tools/perf/Documentation/perf-stat.txt +++ b/tools/perf/Documentation/perf-stat.txt @@ -41,13 +41,13 @@ report:: - a symbolically formed event like 'pmu/param1=0x3,param2/' where param1 and param2 are defined as formats for the PMU in - /sys/bus/event_sources/devices//format/* + /sys/bus/event_source/devices//format/* - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/' where M, N, K are numbers (in decimal, hex, octal format). Acceptable values for each of 'config', 'config1' and 'config2' parameters are defined by corresponding entries in - /sys/bus/event_sources/devices//format/* + /sys/bus/event_source/devices//format/* -i:: --no-inherit::