]> asedeno.scripts.mit.edu Git - linux.git/commit
tracing: probeevent: Add symbol type
authorMasami Hiramatsu <mhiramat@kernel.org>
Wed, 25 Apr 2018 12:20:28 +0000 (21:20 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 11 Oct 2018 02:19:10 +0000 (22:19 -0400)
commit60c2e0cebfd01bd1bc5e8843f063264148d6b2bb
tree7083e4e121573121c54a3b4ce5e9c7823def09a0
parent9b960a38835fcaf977f20dcc34ce9e54ff9563bd
tracing: probeevent: Add symbol type

Add "symbol" type to probeevent, which is an alias of u32 or u64
(depends on BITS_PER_LONG). This shows the result value in
symbol+offset style. This type is only available with kprobe
events.

Link: http://lkml.kernel.org/r/152465882860.26224.14779072294412467338.stgit@devbox
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Documentation/trace/kprobetrace.rst
kernel/trace/trace.c
kernel/trace/trace_probe.c
kernel/trace/trace_probe.h