From: Ingo Molnar <mingo@elte.hu>
To: Akinobu Mita <amgta@yacht.ocn.ne.jp>
Cc: phil.el@wanadoo.fr, John Levon <levon@movementarian.org>,
linux-kernel@vger.kernel.org
Subject: Re: [mm patch] oprofile: backtrace operation does not initialized
Date: Wed, 8 Dec 2004 12:13:16 +0100 [thread overview]
Message-ID: <20041208111316.GA24484@elte.hu> (raw)
In-Reply-To: <200412081834.38462.amgta@yacht.ocn.ne.jp>
* Akinobu Mita <amgta@yacht.ocn.ne.jp> wrote:
> - profile_hit(SCHED_PROFILING, __builtin_return_address(0));
> + if (timer_hook) {
> + struct pt_regs regs;
> +
> + GET_CURRENT_REGS(regs);
> + timer_hook(®s);
> + }
ugh. nack.
Ingo
next prev parent reply other threads:[~2004-12-08 11:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-08 9:30 [mm patch] oprofile: backtrace operation does not initialized Akinobu Mita
2004-12-08 9:34 ` Akinobu Mita
2004-12-08 11:13 ` Ingo Molnar [this message]
2004-12-08 11:37 ` Akinobu Mita
2004-12-08 16:00 ` John Levon
2004-12-08 22:31 ` Greg Banks
2004-12-08 23:56 ` Philippe Elie
2004-12-09 0:39 ` Greg Banks
2004-12-09 1:46 ` John Levon
2004-12-09 1:50 ` Greg Banks
2004-12-09 2:23 ` John Levon
2004-12-09 14:22 ` Akinobu Mita
2004-12-09 14:53 ` Akinobu Mita
2004-12-09 14:55 ` John Levon
2004-12-09 15:27 ` Greg Banks
2004-12-09 15:23 ` Greg Banks
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=20041208111316.GA24484@elte.hu \
--to=mingo@elte.hu \
--cc=amgta@yacht.ocn.ne.jp \
--cc=levon@movementarian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phil.el@wanadoo.fr \
/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.