commit | 0376bde11be5b87c9fd7d6813ac5fd7e1798b1bf | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed May 07 13:46:45 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jun 30 10:09:56 2014 -0400 |
tree | e987fcaca66f89e8aae59b780f1310f83b6c9972 | |
parent | cf2cb0b27116883c23761e974acba5f3bd719d21 [diff] |
ftrace: Add ftrace_rec_counter() macro to simplify the code 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>