From: Namhyung Kim Date: Tue, 26 Nov 2013 06:21:04 +0000 (+0900) Subject: tracing/probes: Move 'symbol' fetch method to kprobes X-Git-Tag: v3.14-rc1~133^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1301a44e77557e928700f91c7083c5770054c212;p=pandora-kernel.git tracing/probes: Move 'symbol' fetch method to kprobes Move existing functions to trace_kprobe.c and add NULL entries to the uprobes fetch type table. I don't make them static since some generic routines like update/free_XXX_fetch_param() require pointers to the functions. Acked-by: Oleg Nesterov Cc: Masami Hiramatsu Cc: Srikar Dronamraju Cc: zhangwei(Jovi) Cc: Arnaldo Carvalho de Melo Signed-off-by: Namhyung Kim --- Reading git-diff-tree failed