]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/trace/trace_uprobe.c
tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()
authorNamhyung Kim <namhyung.kim@lge.com>
Wed, 27 Nov 2013 02:36:47 +0000 (11:36 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 2 Jan 2014 21:17:43 +0000 (16:17 -0500)
commita4734145a4771ffa0cd5ef283a5cfd03b30bedf3
tree3f09bcb3e15201da46bbeb2b655da24d3a364605
parent5baaa59ef09e8729aef101f7bf7d9d0af00852e3
tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()

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.pt@hitachi.com>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
kernel/trace/trace_uprobe.c