From: Steven Rostedt (Red Hat) Date: Wed, 7 May 2014 17:46:45 +0000 (-0400) Subject: ftrace: Add ftrace_rec_counter() macro to simplify the code X-Git-Tag: omap-for-v3.17/fixes-against-rc2~186^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0376bde11be5b87c9fd7d6813ac5fd7e1798b1bf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed