From: Frederic Weisbecker <fweisbec@gmail.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>,
Ingo Molnar <mingo@elte.hu>
Subject: Re: Conflict between tip/tracing/core and tip/perf/core
Date: Tue, 18 May 2010 04:28:12 +0200 [thread overview]
Message-ID: <20100518022809.GC5359@nowhere> (raw)
In-Reply-To: <1274122242.26328.375.camel@gandalf.stny.rr.com>
On Mon, May 17, 2010 at 02:50:42PM -0400, Steven Rostedt wrote:
> Hi,
>
> Ingo asked me to resolve a conflict between tip/tracing/core and
> perf/core, and I came up with the below solution.
>
> The conflict stems from the shrinking of TRACE_EVENT(), which affects
> both ftrace and perf (saves size on both too). It conflicts with:
>
> 6cc8a7c1d8560c042f486b23318a6291569ab96b
> Author: Frederic Weisbecker <fweisbec@gmail.com>
> Date: Fri Mar 19 01:23:53 2010 +0100
> perf: Fetch hot regs from the template caller
>
>
> The shrinking code removed the per event caller to the template
> (TRACE_CLASS). This was done because the shrinking code allows the trace
> event to be passed to the tracepoint probe, and removed the need to have
> a separate function for every event because the class can now have the
> event passed to it.
>
> The conflicting code added the regs to the per event probe, which no
> longer exists.
>
> Masami,
>
> It also conflicted with the kprobe code, which is also in the fix up.
>
>
> Here's my conflict resolution:
>
> is everyone fine with it?
>
> -- Steve
Yep, no problem with it,
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Nothing related to this conflict resolution, but we have these
per cpu regs that are racy against NMI, I'll need to solve that
soon.
Thanks.
next prev parent reply other threads:[~2010-05-18 2:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-17 18:50 Conflict between tip/tracing/core and tip/perf/core Steven Rostedt
2010-05-17 20:40 ` Masami Hiramatsu
2010-05-18 0:47 ` Steven Rostedt
2010-05-18 2:28 ` Frederic Weisbecker [this message]
2010-05-18 2:33 ` Steven Rostedt
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=20100518022809.GC5359@nowhere \
--to=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=masami.hiramatsu.pt@hitachi.com \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.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 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.