ftrace: Show all tramps registered to a record on ftrace_bug()
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 25 Nov 2015 20:12:38 +0000 (15:12 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 25 Nov 2015 21:04:59 +0000 (16:04 -0500)
commit39daa7b9e89512f234b7fb5d55812a78318251fc
treeb640b0625fa6f141d5b94bc9eb8c86c89b6c2516
parentb05086c77a162dd8ef79606cb4723f1fc1448bb1
ftrace: Show all tramps registered to a record on ftrace_bug()

When an anomaly is detected in the function call modification code,
ftrace_bug() is called to disable function tracing as well as give any
information that may help debug the problem. Currently, only the first found
trampoline that is attached to the failed record is reported. Instead, show
all trampolines that are hooked to it.

Also, not only show the ops pointer but also report the function it calls.

While at it, add this info to the enabled_functions debug file too.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c