[for-next][PATCH 09/17] tracing/probes: Implement stack fetch method for uprobes

2014-01-02 Thread Steven Rostedt
From: Namhyung Kim Use separate method to fetch from stack. Move existing functions to trace_kprobe.c and make them static. Also add new stack fetch implementation for uprobes. Acked-by: Oleg Nesterov Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Mel

Re: [PATCH 09/17] tracing/probes: Implement 'stack' fetch method for uprobes

2013-12-16 Thread Masami Hiramatsu
(2013/12/16 13:32), Namhyung Kim wrote: > From: Namhyung Kim > > Use separate method to fetch from stack. Move existing functions to > trace_kprobe.c and make them static. Also add new stack fetch > implementation for uprobes. > > Cc: Masami Hiramatsu > Cc: Srikar Dronamraju > Cc: Oleg Neste

[PATCH 09/17] tracing/probes: Implement 'stack' fetch method for uprobes

2013-12-15 Thread Namhyung Kim
From: Namhyung Kim Use separate method to fetch from stack. Move existing functions to trace_kprobe.c and make them static. Also add new stack fetch implementation for uprobes. Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Sig

[PATCH 09/17] tracing/probes: Implement 'stack' fetch method for uprobes

2013-12-08 Thread Namhyung Kim
From: Namhyung Kim Use separate method to fetch from stack. Move existing functions to trace_kprobe.c and make them static. Also add new stack fetch implementation for uprobes. Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Sig

[PATCH 09/17] tracing/probes: Implement 'stack' fetch method for uprobes

2013-11-26 Thread Namhyung Kim
From: Namhyung Kim Use separate method to fetch from stack. Move existing functions to trace_kprobe.c and make them static. Also add new stack fetch implementation for uprobes. Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Sig