linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Jim Keniston <jkenisto@us.ibm.com>
Cc: Andi Kleen <andi@firstfloor.org>,
	ananth@in.ibm.com, akpm@linux-foundation.org,
	lkml <linux-kernel@vger.kernel.org>,
	mingo@elte.hu, mhiramat@redhat.com, davem@davemloft.net,
	hskinnemoen@atmel.com
Subject: Re: [PATCH] Kprobes: Add kprobes smoke tests that run on boot
Date: Wed, 9 Jan 2008 22:21:03 +0100	[thread overview]
Message-ID: <20080109212103.GB15612@one.firstfloor.org> (raw)
In-Reply-To: <1199910240.4162.31.camel@dyn9047018096.beaverton.ibm.com>

On Wed, Jan 09, 2008 at 12:24:00PM -0800, Jim Keniston wrote:
> On Wed, 2008-01-09 at 00:28 +0100, Andi Kleen wrote:
> > > I have no problem with that, but if we want to make it buildable as a
> > > module, the call to get_kprobe() needs to be replaced with some other
> > > gcc-inline-defeating mechanism, or we need to export get_probe().  I
> > 
> > It's still unclear where noinline does not work (do you have details on that? 
> > It sounds a little dubious) ...
> 
> Here's a simplified version of a module we've used to gauge kprobes
> performance.  On my system (i386, 2.6.23-rc8 at the moment, gcc version
> 4.1.2), the module calls the (empty) probed function (probeme) niter
> times, but reports zero probe hits -- indicating probeme was inlined
> even though it was declared noinline.

Yes indeed looks like a gcc bug. Have you reported it?

-Andi

  reply	other threads:[~2008-01-09 21:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-08  6:33 [PATCH] Kprobes: Add kprobes smoke tests that run on boot Ananth N Mavinakayanahalli
2008-01-08  9:15 ` Ingo Molnar
2008-01-08 21:00 ` Andi Kleen
2008-01-08 22:18   ` Ingo Molnar
2008-01-08 22:49     ` Andi Kleen
2008-01-08 22:50       ` Ingo Molnar
2008-01-09  8:00     ` Christoph Hellwig
2008-01-09  8:08       ` Sam Ravnborg
2008-01-08 23:10   ` Jim Keniston
2008-01-08 23:28     ` Andi Kleen
2008-01-09 20:24       ` Jim Keniston
2008-01-09 21:21         ` Andi Kleen [this message]
2008-01-09 22:33           ` Jim Keniston
2008-01-09  7:43 ` David Miller

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=20080109212103.GB15612@one.firstfloor.org \
    --to=andi@firstfloor.org \
    --cc=akpm@linux-foundation.org \
    --cc=ananth@in.ibm.com \
    --cc=davem@davemloft.net \
    --cc=hskinnemoen@atmel.com \
    --cc=jkenisto@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhiramat@redhat.com \
    --cc=mingo@elte.hu \
    /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).