From: Namhyung Kim Date: Wed, 3 Jul 2013 04:50:51 +0000 (+0900) Subject: tracing/kprobes: Factor out struct trace_probe X-Git-Tag: v3.14-rc1~133^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31ffb3ff633109e8b7b438a9e1815b919f5e32d;p=pandora-kernel.git tracing/kprobes: Factor out struct trace_probe There are functions that can be shared to both of kprobes and uprobes. Separate common data structure to struct trace_probe and use it from the shared functions. Acked-by: Masami Hiramatsu Acked-by: Oleg Nesterov Cc: Srikar Dronamraju Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Signed-off-by: Namhyung Kim --- Reading git-diff-tree failed