From: David Ahern <dsahern@gmail.com>
To: Don Zickus <dzickus@redhat.com>, acme@kernel.org
Cc: linux-kernel@vger.kernel.org, Joe Mario <jmario@redhat.com>,
Jiri Olsa <jolsa@redhat.com>
Subject: Re: [PATCH v2] perf tool: Fix ppid for synthesized fork events
Date: Fri, 27 Mar 2015 08:03:28 -0600 [thread overview]
Message-ID: <55156330.9080607@gmail.com> (raw)
In-Reply-To: <20150327131005.GA162412@redhat.com>
On 3/27/15 7:10 AM, Don Zickus wrote:
> I talked with Joe on my way out the door yesterday and he confirmed, just
> removing -BN from our test showed a performance hit with your patch. With
> the -BN option, there is no performance hit and we are perfectly fine with
> your patch.
>
> So, I guess I am confused how the -BN and your patch could change behaviour.
I am too. This change has nothing to do with buildid's and scanning the
buildid code setting the ppid correctly should not cause any extra work.
Arnaldo: any thoughts?
>
> Just to re-iterate what we did, Joe kicked off a specJBB run and he did 20
> captures of two runs (one with the unpatched binary and one with a pached
> binary).
>
> for i in {1..20}
> do
> time perf.unpatched mem record -a -e cpu/mem-loads,ldlat=50/pp -e cpu/mem-stores/pp sleep 10
> time perf.patched mem record -a -e cpu/mem-loads,ldlat=50/pp -e cpu/mem-stores/pp sleep 10
> done
>
> then we repeat the above test but with -BN in both runs. We compare the
> log sizes to make sure they are similar for the random snapshots and compare
> the times. With the -BN option, the times are generally within +/- 0.5
> seconds of each. Without the -BN option the patched perf binary is
> generally +20-40 seconds slower.
>
>
>
> However, based on your description above about what the -BN option does, I
> am scratching my head about our results. Thoughts?
Try this:
perf record -o unpatched.data -g -- perf.unpatched mem record -a -e
cpu/mem-loads,ldlat=50/pp -e cpu/mem-stores/pp sleep 10
perf record -o patched.data -g -- perf.patched mem record -a -e
cpu/mem-loads,ldlat=50/pp -e cpu/mem-stores/pp sleep 10
And then compare the reports for each.
David
next prev parent reply other threads:[~2015-03-27 14:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-25 16:51 [PATCH v2] perf tool: Fix ppid for synthesized fork events David Ahern
2015-03-25 19:15 ` Don Zickus
2015-03-25 19:55 ` David Ahern
2015-03-25 20:26 ` Don Zickus
2015-03-26 21:11 ` Don Zickus
2015-03-26 21:37 ` David Ahern
2015-03-27 13:10 ` Don Zickus
2015-03-27 14:03 ` David Ahern [this message]
2015-03-27 14:20 ` Arnaldo Carvalho de Melo
2015-03-27 19:49 ` Don Zickus
2015-03-27 20:09 ` Arnaldo Carvalho de Melo
2015-03-27 20:10 ` David Ahern
2015-03-27 20:25 ` Don Zickus
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=55156330.9080607@gmail.com \
--to=dsahern@gmail.com \
--cc=acme@kernel.org \
--cc=dzickus@redhat.com \
--cc=jmario@redhat.com \
--cc=jolsa@redhat.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;
as well as URLs for NNTP newsgroup(s).