[for-next][PATCH 12/17] tracing/probes: Implement memory fetch method for uprobes

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

[PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

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

Re: [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

2013-12-10 Thread Masami Hiramatsu
(2013/12/11 10:15), Namhyung Kim wrote: > On Tue, 10 Dec 2013 20:00:37 +0900, Masami Hiramatsu wrote: >> (2013/12/09 15:20), Namhyung Kim wrote: >>> @@ -493,7 +416,7 @@ static int parse_probe_arg(char *arg, const struct >>> fetch_type *t, >>> dprm->offset = offset; >>>

Re: [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

2013-12-10 Thread Namhyung Kim
On Tue, 10 Dec 2013 20:00:37 +0900, Masami Hiramatsu wrote: > (2013/12/09 15:20), Namhyung Kim wrote: >> @@ -493,7 +416,7 @@ static int parse_probe_arg(char *arg, const struct >> fetch_type *t, >> dprm->offset = offset; >> dprm->fetch = t->fetch[FETCH_MTD_

Re: [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

2013-12-10 Thread Masami Hiramatsu
(2013/12/09 15:20), Namhyung Kim wrote: > diff --git a/kernel/trace/trace_probe.c b/kernel/trace/trace_probe.c > index b4f28bc39959..d0b4a42dafcf 100644 > --- a/kernel/trace/trace_probe.c > +++ b/kernel/trace/trace_probe.c > @@ -103,83 +103,6 @@ DEFINE_BASIC_FETCH_FUNCS(retval) > #define fetch_re

[PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

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

[PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

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