]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Decouple hash items from showing filtered functions
authorSteven Rostedt <srostedt@redhat.com>
Mon, 19 Dec 2011 20:21:16 +0000 (15:21 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 Dec 2011 12:25:24 +0000 (07:25 -0500)
commitb461f90ff09dd12b1fe46f3f45ea1bbcab81e49b
tree96b0c48178e812819a2f8d8ccf4600997be41fbb
parent33dd0e04521597f9356c8cb47cbd2ac7abdfbd64
ftrace: Decouple hash items from showing filtered functions

The set_ftrace_filter shows "hashed" functions, which are functions
that are added with operations to them (like traceon and traceoff).

As other subsystems may be able to show what functions they are
using for function tracing, the hash items should no longer
be shown just because the FILTER flag is set. As they have nothing
to do with other subsystems filters.

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