[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180215150130.GH30974@kernel.org>
Date: Thu, 15 Feb 2018 12:01:30 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Sangwon Hong <qpakzk@...il.com>, linux-kernel@...r.kernel.org,
Jiri Olsa <jolsa@...nel.org>,
Taeung Song <treeze.taeung@...il.com>, kernel-team@....com
Subject: Re: [PATCH 1/2] perf kmem: Document a missing option & an argument
Em Mon, Feb 12, 2018 at 10:51:28AM +0900, Namhyung Kim escreveu:
> On Mon, Feb 12, 2018 at 05:38:36AM +0900, Sangwon Hong wrote:
> > First, perf kmem has --force option, but didn't document it on the man
> > page. So add missing --force option.
> >
> > Second, --time option has to get a value, but didn't specify it on the
> > man page. So describe --time option's argument.
> >
> > Cc: Jiri Olsa <jolsa@...nel.org>
> > Cc: Namhyung Kim <namhyung@...nel.org>
> > Cc: Taeung Song <treeze.taeung@...il.com>
> > Signed-off-by: Sangwon Hong <qpakzk@...il.com>
>
> Acked-by: Namhyung Kim <namhyung@...nel.org>
>
> A nit below though..
>
>
> > ---
> > tools/perf/Documentation/perf-kmem.txt | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/Documentation/perf-kmem.txt b/tools/perf/Documentation/perf-kmem.txt
> > index 479fc32..c4aa843 100644
> > --- a/tools/perf/Documentation/perf-kmem.txt
> > +++ b/tools/perf/Documentation/perf-kmem.txt
> > @@ -25,6 +25,9 @@ OPTIONS
> > --input=<file>::
> > Select the input file (default: perf.data unless stdin is a fifo)
> >
> > +-f::
> > +--force::
> > + Don't do ownership validation
>
> Please add a blank line here
Done
> Thanks,
> Namhyung
>
>
> > -v::
> > --verbose::
> > Be more verbose. (show symbol address, etc)
> > @@ -61,7 +64,7 @@ OPTIONS
> > default, but this option shows live (currently allocated) pages
> > instead. (This option works with --page option only)
> >
> > ---time::
> > +--time=<start>,<stop>::
> > Only analyze samples within given time window: <start>,<stop>. Times
> > have the format seconds.microseconds. If start is not given (i.e., time
> > string is ',x.y') then analysis starts at the beginning of the file. If
> > --
> > 2.7.4
> >
Powered by blists - more mailing lists