]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
authorNamhyung Kim <namhyung@kernel.org>
Fri, 17 Jan 2014 08:08:36 +0000 (17:08 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 20 Feb 2014 17:30:08 +0000 (12:30 -0500)
commita43b97043048eac1686f409af7ad3bb8071b9d83
tree367ed7b0d76753cd63fe49aa731a788dcee4e9b3
parent591dffdade9f07692a7dd3ed16830ec24e901ece
tracing/uprobes: Rename uprobe_{trace,perf}_print() functions

The uprobe_{trace,perf}_print functions are misnomers since what they
do is not printing.  There's also a real print function named
print_uprobe_event() so they'll only increase confusion IMHO.

Rename them with double underscores to follow convention of kprobe.

Link: http://lkml.kernel.org/r/1389946120-19610-2-git-send-email-namhyung@kernel.org
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_uprobe.c