ftrace: Decouple hash items from showing filtered functions
commit69a3083c4a7df0322d97bb2b43a33cb12af8131a
authorSteven Rostedt <srostedt@redhat.com>
Mon, 19 Dec 2011 20:21:16 +0000 (19 15:21 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 Dec 2011 12:25:24 +0000 (21 07:25 -0500)
tree96b0c48178e812819a2f8d8ccf4600997be41fbb
parentfc13cb0ce45296f331263a6034aa1814203e1ac3
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