Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-08-21 Thread Ingo Molnar
* Steven Rostedt wrote: > > Ingo, > > This patch series extends ftrace function tracing utility to be > more dynamic for its users. It allows for data passing to the callback > functions, as well as reading regs as if a breakpoint were to trigger > at function entry. > > The main goal of

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-08-21 Thread Ingo Molnar
* Steven Rostedt rost...@goodmis.org wrote: Ingo, This patch series extends ftrace function tracing utility to be more dynamic for its users. It allows for data passing to the callback functions, as well as reading regs as if a breakpoint were to trigger at function entry. The main

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-08-07 Thread Steven Rostedt
On Tue, 2012-07-31 at 17:12 +0200, Ingo Molnar wrote: > > Can you pull this in for 3.7, or do you want me to post > > another pull request after the merge window closes? > > No need to resend, will pull it once the merge window dust has > settled a bit. Hi Ingo, Just a friendly reminder. Can

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-08-07 Thread Steven Rostedt
On Tue, 2012-07-31 at 17:12 +0200, Ingo Molnar wrote: Can you pull this in for 3.7, or do you want me to post another pull request after the merge window closes? No need to resend, will pull it once the merge window dust has settled a bit. Hi Ingo, Just a friendly reminder. Can you

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-07-31 Thread Ingo Molnar
* Steven Rostedt wrote: > On Fri, 2012-07-20 at 22:19 -0400, Steven Rostedt wrote: > > Ingo, > > > > This patch series extends ftrace function tracing utility to be > > more dynamic for its users. It allows for data passing to the callback > > functions, as well as reading regs as if a

[GIT PULL][v3.7] (was: Re: [PATCH 00/19] [GIT PULL][v3.6]) ftrace: Allow kprobes to work with ftace

2012-07-31 Thread Steven Rostedt
On Mon, 2012-07-30 at 11:51 -0400, Steven Rostedt wrote: > As the merge window opened the day after I sent this (which was also the > same day I left for vacation :-p ), I recommend that this goes in v3.7. > > Can you pull this in for 3.7, or do you want me to post another pull > request after

[GIT PULL][v3.7] (was: Re: [PATCH 00/19] [GIT PULL][v3.6]) ftrace: Allow kprobes to work with ftace

2012-07-31 Thread Steven Rostedt
On Mon, 2012-07-30 at 11:51 -0400, Steven Rostedt wrote: As the merge window opened the day after I sent this (which was also the same day I left for vacation :-p ), I recommend that this goes in v3.7. Can you pull this in for 3.7, or do you want me to post another pull request after the

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-07-31 Thread Ingo Molnar
* Steven Rostedt rost...@goodmis.org wrote: On Fri, 2012-07-20 at 22:19 -0400, Steven Rostedt wrote: Ingo, This patch series extends ftrace function tracing utility to be more dynamic for its users. It allows for data passing to the callback functions, as well as reading regs as if a

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-07-30 Thread Steven Rostedt
On Fri, 2012-07-20 at 22:19 -0400, Steven Rostedt wrote: > Ingo, > > This patch series extends ftrace function tracing utility to be > more dynamic for its users. It allows for data passing to the callback > functions, as well as reading regs as if a breakpoint were to trigger > at function

Re: [PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-07-30 Thread Steven Rostedt
On Fri, 2012-07-20 at 22:19 -0400, Steven Rostedt wrote: Ingo, This patch series extends ftrace function tracing utility to be more dynamic for its users. It allows for data passing to the callback functions, as well as reading regs as if a breakpoint were to trigger at function entry.

[PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-07-20 Thread Steven Rostedt
Ingo, This patch series extends ftrace function tracing utility to be more dynamic for its users. It allows for data passing to the callback functions, as well as reading regs as if a breakpoint were to trigger at function entry. The main goal of this patch series was to allow kprobes to use

[PATCH 00/19] [GIT PULL][v3.6] ftrace: Allow kprobes to work with ftace

2012-07-20 Thread Steven Rostedt
Ingo, This patch series extends ftrace function tracing utility to be more dynamic for its users. It allows for data passing to the callback functions, as well as reading regs as if a breakpoint were to trigger at function entry. The main goal of this patch series was to allow kprobes to use