git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf2cb0b
)
ftrace: Add ftrace_rec_counter() macro to simplify the code
author
Steven Rostedt (Red Hat)
<rostedt@goodmis.org>
Wed, 7 May 2014 17:46:45 +0000
(13:46 -0400)
committer
Steven 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