From: Masami Hiramatsu Date: Mon, 27 Jun 2011 07:27:45 +0000 (+0900) Subject: perf probe: Add probed module in front of function X-Git-Tag: v3.1-rc1~299^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190b57fcb9c5fed5414935a174094f534fc510bc;p=pandora-kernel.git perf probe: Add probed module in front of function Add probed module name and ":" in front of function name if -m module option is given. In the result, the symbol name passed to kprobe-tracer becomes MODULE:FUNCTION, so that kallsyms can solve it as a symbol in the module correctly. Signed-off-by: Masami Hiramatsu Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Link: http://lkml.kernel.org/r/20110627072745.6528.26416.stgit@fedora15 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed