commit | ce3fed628ecc86d81fdb2be5a5c336c636960bfe | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Sep 29 09:22:05 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Sep 29 13:23:56 2015 -0400 |
tree | 428a16fc3b98bd42fba3c130f3dc25449ad39923 | |
parent | 938db5f569247d13910d4542666709623c4253b0 [diff] |
tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags Using enums with FLAG_BIT and then defining a FLAG = (1 << FLAG_BIT), is a bit more robust as we require that there are no bits out of order or skipped to match the file names that represent the bits. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>