From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: David Ahern <dsahern@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf trace: Fix summary_only option
Date: Fri, 20 Mar 2015 11:02:37 -0300 [thread overview]
Message-ID: <20150320140237.GH16485@kernel.org> (raw)
In-Reply-To: <1426789383-19023-1-git-send-email-dsahern@gmail.com>
Em Thu, Mar 19, 2015 at 12:23:03PM -0600, David Ahern escreveu:
> The intent of the -s/--summary-only option is to just show a summary of the
> system calls and statistics without any of the individual events. Commit
> e596663ebb2 broke that by showing the interrupted lines:
>
> perf trace -i perf.data -s
> ...
> 0.741 ( 0.000 ms): sleep/31316 fstat(fd: 4, statbuf: 0x7ffc75ceb830 ) ...
> 0.744 ( 0.000 ms): sleep/31316 mmap(len: 100244, prot: READ, flags: PRIVATE, fd: 4 ) ...
> 0.747 ( 0.000 ms): perf/31315 write(fd: 3, buf: 0x7d4bb0, count: 8 ) ...
> ...
>
> Fix by checking for the summary only option.
Thanks, applied.
- Arnaldo
next prev parent reply other threads:[~2015-03-20 14:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 18:23 David Ahern
2015-03-20 14:02 ` Arnaldo Carvalho de Melo [this message]
2015-03-22 10:15 ` [tip:perf/core] " tip-bot for David Ahern
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=20150320140237.GH16485@kernel.org \
--to=acme@kernel.org \
--cc=dsahern@gmail.com \
--cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome