tracing: Add comments for the other bits of ftrace_event_call.flags
commit5da43bed800770906fca24deef7ae3d456823b86
authorSteven Rostedt <srostedt@redhat.com>
Fri, 1 Jun 2012 01:28:58 +0000 (31 21:28 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 14 Jun 2012 19:22:13 +0000 (14 15:22 -0400)
tree8c928ec168618bc7426d844dea6a34ac3e4156de
parent8d240dd88cca33b704adf3fe281aa64b5aac2dd8
tracing: Add comments for the other bits of ftrace_event_call.flags

TRACE_EVENT_FL_ENABLED_BIT,
TRACE_EVENT_FL_FILTERED_BIT,
TRACE_EVENT_FL_RECORDED_CMD_BIT,

Have comments about what they are, but:

TRACE_EVENT_FL_CAP_ANY_BIT,
TRACE_EVENT_FL_NO_SET_FILTER_BIT,
TRACE_EVENT_FL_IGNORE_ENABLE_BIT,

do not, making them second class citizens. To prevent another
class warfare, these bits have protested for their right to be
commented. And By Golly! I'll give them what they want!

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