tracing: Add comment for trace event flag IGNORE_ENABLE
authorSteven Rostedt (Red Hat) <srostedt@redhat.com>
Tue, 5 Mar 2013 03:27:04 +0000 (22:27 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Mar 2013 04:34:55 +0000 (00:34 -0400)
commit2a30c11f6a037e2475f3c651bc57e697e79fa963
tree705b607e5fccff834ae0e65c682ff138a5ede7cf
parentf1dc6725882b5ca54eb9a04436a3b47d58f2cbc7
tracing: Add comment for trace event flag IGNORE_ENABLE

All the trace event flags have comments but the IGNORE_ENABLE flag
which is set for ftrace internal events that should not be enabled
via the debugfs "enable" file. That is, if the top level enable file
is set, it will enable all events. It use to just check the ftrace
event call descriptor "reg" field and skip those whithout it, but now
some ftrace internal events have a reg field but still need to be
skipped. The flag was created to ignore those events.

Now document it.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ftrace_event.h