From: Andi Kleen <andi@firstfloor.org>
To: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Andi Kleen <andi@firstfloor.org>,
Robert Richter <robert.richter@amd.com>,
Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [2.6.28-rc6] oprofile: "opcontrol --start" output two warnings
Date: Tue, 25 Nov 2008 12:09:35 +0100 [thread overview]
Message-ID: <20081125110935.GF6703@one.firstfloor.org> (raw)
In-Reply-To: <20081125192316.26E5.KOSAKI.MOTOHIRO@jp.fujitsu.com>
> if so, I think get_stagger() is a bit strange.
> it depend on caller cpu. then if PREEMPT=Y, it return radom result.
Even without PREEMPT it is random because there is no guarantee the
init code is executing on CPU 0
>
> I'm not sure about oprofile design.
> but if you are right, I think p4_fill_in_addresses shoudn't use smp_processor_id().
Correct.
>
> Am I missing any point?
No you're right. Always returning 0 in get_stagger() should be ok
I think, at least it wouldn't make anything worse.
Or perhaps figure out if the per cpu addresses are really needed,
if yes then this would need much more changes. But I hope
that would not be needed.
But someone should better test it, the P4 perfmon handling is certainly
hairy and I don't claim to understand all its intricate details.
-Andi
--
ak@linux.intel.com
prev parent reply other threads:[~2008-11-25 10:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 3:18 [2.6.28-rc6] oprofile: "opcontrol --start" output two warnings KOSAKI Motohiro
2008-11-25 10:09 ` Andi Kleen
2008-11-25 10:29 ` KOSAKI Motohiro
2008-11-25 11:09 ` Andi Kleen [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=20081125110935.GF6703@one.firstfloor.org \
--to=andi@firstfloor.org \
--cc=kosaki.motohiro@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=robert.richter@amd.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.