[for-next][PATCH 13/17] tracing/uprobes: Pass is_return to traceprobe_parse_probe_arg()

2014-01-02 Thread Steven Rostedt
From: Namhyung Kim Currently uprobes don't pass is_return to the argument parser so that it cannot make use of "$retval" fetch method since it only works for return probes. Reviewed-by: Masami Hiramatsu Acked-by: Oleg Nesterov Cc: Srikar Dronamraju Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de

[for-next][PATCH 13/17] tracing/uprobes: Pass is_return to traceprobe_parse_probe_arg()

2014-01-02 Thread Steven Rostedt
From: Namhyung Kim namhyung@lge.com Currently uprobes don't pass is_return to the argument parser so that it cannot make use of $retval fetch method since it only works for return probes. Reviewed-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com Acked-by: Oleg Nesterov o...@redhat.com

[PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-12-15 Thread Namhyung Kim
From: Namhyung Kim Currently uprobes don't pass is_return to the argument parser so that it cannot make use of "$retval" fetch method since it only works for return probes. Reviewed-by: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo

[PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-12-15 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Currently uprobes don't pass is_return to the argument parser so that it cannot make use of $retval fetch method since it only works for return probes. Reviewed-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju

Re: [PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-12-09 Thread Masami Hiramatsu
(2013/12/09 15:20), Namhyung Kim wrote: > From: Namhyung Kim > > Currently uprobes don't pass is_return to the argument parser so that > it cannot make use of "$retval" fetch method since it only works for > return probes. Looks good for me. Reviewed-by: Masami Hiramatsu > > Cc: Masami

Re: [PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-12-09 Thread Masami Hiramatsu
(2013/12/09 15:20), Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com Currently uprobes don't pass is_return to the argument parser so that it cannot make use of $retval fetch method since it only works for return probes. Looks good for me. Reviewed-by: Masami Hiramatsu

[PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-12-08 Thread Namhyung Kim
From: Namhyung Kim Currently uprobes don't pass is_return to the argument parser so that it cannot make use of "$retval" fetch method since it only works for return probes. Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo

[PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-12-08 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Currently uprobes don't pass is_return to the argument parser so that it cannot make use of $retval fetch method since it only works for return probes. Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Cc:

[PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-11-26 Thread Namhyung Kim
From: Namhyung Kim Currently uprobes don't pass is_return to the argument parser so that it cannot make use of "$retval" fetch method since it only works for return probes. Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: Oleg Nesterov Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo

[PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

2013-11-26 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Currently uprobes don't pass is_return to the argument parser so that it cannot make use of $retval fetch method since it only works for return probes. Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Cc: