From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934692AbcI2SKk (ORCPT ); Thu, 29 Sep 2016 14:10:40 -0400 Received: from terminus.zytor.com ([198.137.202.10]:51610 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934548AbcI2SK0 (ORCPT ); Thu, 29 Sep 2016 14:10:26 -0400 Date: Thu, 29 Sep 2016 11:10:13 -0700 From: tip-bot for Adrian Hunter Message-ID: Cc: mathieu.poirier@linaro.org, linux-kernel@vger.kernel.org, acme@redhat.com, tglx@linutronix.de, mingo@kernel.org, jolsa@redhat.com, mhiramat@kernel.org, adrian.hunter@intel.com, hpa@zytor.com Reply-To: mathieu.poirier@linaro.org, acme@redhat.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, jolsa@redhat.com, mingo@kernel.org, hpa@zytor.com, adrian.hunter@intel.com, mhiramat@kernel.org In-Reply-To: <1474641528-18776-2-git-send-email-adrian.hunter@intel.com> References: <1474641528-18776-2-git-send-email-adrian.hunter@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf record: Fix documentation 'event_sources' -> 'event_source' Git-Commit-ID: a9e57009dacd58052755cf58463ce41a14a01db5 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: a9e57009dacd58052755cf58463ce41a14a01db5 Gitweb: http://git.kernel.org/tip/a9e57009dacd58052755cf58463ce41a14a01db5 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:33 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 27 Sep 2016 15:00:29 -0300 perf record: Fix documentation 'event_sources' -> 'event_source' Change '/sys/bus/event_sources' to the correct path which is '/sys/bus/event_source'. Signed-off-by: Adrian Hunter Cc: Jiri Olsa Cc: Masami Hiramatsu Cc: Mathieu Poirier Link: http://lkml.kernel.org/r/1474641528-18776-2-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-record.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index 1a24f4d..babbb63 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt @@ -35,15 +35,15 @@ OPTIONS - a symbolically formed PMU event like 'pmu/param1=0x3,param2/' where 'param1', 'param2', etc 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,config3=K/' where M, N, K are numbers (in decimal, hex, octal format). Acceptable values for each of 'config', 'config1' and 'config2' are defined by - corresponding entries in /sys/bus/event_sources/devices//format/* + corresponding entries in /sys/bus/event_source/devices//format/* param1 and param2 are defined as formats for the PMU in: - /sys/bus/event_sources/devices//format/* + /sys/bus/event_source/devices//format/* There are also some params which are not defined in ...//format/*. These params can be used to overload default config values per event.