Re: [RFC][PATCH 0/3] kprobes/ftrace/x86: Function graph trace jprobes

2015-01-29 Thread Steven Rostedt
On Thu, 29 Jan 2015 15:04:44 +0900 Masami Hiramatsu wrote: > Hmm, could you make this more generic? Maybe we can directly call > ftrace_return_to_handler() from longjmp_break_handler(). I tried that, but because the longjump handlers can also be traced (and I still want them to be :-) It makes

Re: [RFC][PATCH 0/3] kprobes/ftrace/x86: Function graph trace jprobes

2015-01-28 Thread Masami Hiramatsu
(2015/01/28 13:30), Steven Rostedt wrote: > I had these patches sitting in my repo for a while, thinking I already > posted them. I never did, so here I go (a little late :-/) Oops, I might miss that. > Basically, what I had before was fixes for jprobes and function graph > tracing that were ste