From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Jack Henschel <jackdev@mailbox.org>
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
trivial@kernel.org
Subject: Re: [PATCH] perf stat: Fix path to PMU formats in documentation
Date: Thu, 24 Aug 2017 12:13:16 -0300 [thread overview]
Message-ID: <20170824151316.GB10477@kernel.org> (raw)
In-Reply-To: <20170824132022.10934-1-jackdev@mailbox.org>
Em Thu, Aug 24, 2017 at 03:20:22PM +0200, Jack Henschel escreveu:
> 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
Good catch, thanks, applied.
- Arnaldo
> Signed-off-by: Jack Henschel <jackdev@mailbox.org>
> ---
> 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 698076313606..c37d61682dfb 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/<pmu>/format/*
> + /sys/bus/event_source/devices/<pmu>/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/<pmu>/format/*
> + /sys/bus/event_source/devices/<pmu>/format/*
>
> -i::
> --no-inherit::
> --
> 2.14.1
next prev parent reply other threads:[~2017-08-24 15:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-24 13:20 [PATCH] perf stat: Fix path to PMU formats in documentation Jack Henschel
2017-08-24 15:13 ` Arnaldo Carvalho de Melo [this message]
2017-08-29 21:19 ` [tip:perf/core] " tip-bot for Jack Henschel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170824151316.GB10477@kernel.org \
--to=acme@kernel.org \
--cc=alexander.shishkin@linux.intel.com \
--cc=jackdev@mailbox.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.