All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Ian Rogers <irogers@google.com>
Cc: qinyu <qinyu32@huawei.com>,
	peterz@infradead.org, mingo@redhat.com,
	linux-perf-users@vger.kernel.org, hewenliang4@huawei.com,
	linfeilong@huawei.com
Subject: Re: [PATCH] perf docs: fix a typo in perf probe doc
Date: Thu, 19 Jan 2023 09:51:01 -0300	[thread overview]
Message-ID: <Y8k8tfd7YlZlYgHd@kernel.org> (raw)
In-Reply-To: <CAP-5=fV255AszHQAYFWjcEWkPCORyD35_4O+2Uxt0+4o2FyXjQ@mail.gmail.com>

Em Sun, Jan 15, 2023 at 10:00:47PM -0800, Ian Rogers escreveu:
> On Sun, Jan 15, 2023 at 5:15 PM qinyu <qinyu32@huawei.com> wrote:
> >
> > fix a minor typo in perf probe doc.
> >
> > Fixes: 631c9def804b ("perf probe: Support --line option to show probable source-code lines")
> > Signed-off-by: qinyu <qinyu32@huawei.com>
> 
> Acked-by: Ian Rogers <irogers@google.com>

Thanks, applied.

- Arnaldo

 
> Thanks,
> Ian
> 
> > ---
> >  tools/perf/Documentation/perf-probe.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/Documentation/perf-probe.txt b/tools/perf/Documentation/perf-probe.txt
> > index 7f8e8ba3a..5c43a6edc 100644
> > --- a/tools/perf/Documentation/perf-probe.txt
> > +++ b/tools/perf/Documentation/perf-probe.txt
> > @@ -222,7 +222,7 @@ probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
> >  and 'ALN2' is end line number in the file. It is also possible to specify how
> >  many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
> >  for searching a specific function when several functions share same name.
> > -So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function.
> > +So, "source.c:100-120" shows lines between 100th to 120th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function.
> >
> >  LAZY MATCHING
> >  -------------
> > --
> > 2.33.0
> >

-- 

- Arnaldo

      reply	other threads:[~2023-01-19 12:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16  1:21 [PATCH] perf docs: fix a typo in perf probe doc qinyu
2023-01-16  6:00 ` Ian Rogers
2023-01-19 12:51   ` Arnaldo Carvalho de Melo [this message]

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=Y8k8tfd7YlZlYgHd@kernel.org \
    --to=acme@kernel.org \
    --cc=hewenliang4@huawei.com \
    --cc=irogers@google.com \
    --cc=linfeilong@huawei.com \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=qinyu32@huawei.com \
    /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.