tracing/kprobe: Fix handling of C-unlike argument names
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Fri, 27 Aug 2010 11:39:12 +0000 (20:39 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Sep 2010 14:47:19 +0000 (11:47 -0300)
commitda34634fd39958725310d2c30c9b4543945f968b
tree034fa85a0f8ca36fe0e3caa8803b4a6fbe3b9319
parentaba91595cfcebd193425e20aabc407531526a1c5
tracing/kprobe: Fix handling of C-unlike argument names

Check the argument name whether it is invalid (not C-like symbol name). This
makes event format simple.

Reported-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
LKML-Reference: <20100827113912.22882.62313.stgit@ltc236.sdl.hitachi.co.jp>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
kernel/trace/trace_kprobe.c