ftrace: Add ftrace_rec_counter() macro to simplify the code
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 7 May 2014 17:46:45 +0000 (13:46 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 30 Jun 2014 14:09:56 +0000 (10:09 -0400)
The ftrace dynamic record has a flags element that also has a counter.
Instead of hard coding "rec->flags & ~FTRACE_FL_MASK" all over the
place. Use a macro instead.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found