commit | 0d7a8325bf3326c92da2d21b4496a9ddde896d4f | [log] [tgz] |
---|---|---|
author | Tom Zanussi <tom.zanussi@linux.intel.com> | Fri Sep 22 14:58:21 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Oct 04 13:06:56 2017 -0400 |
tree | 2ab56c25fce9f4413e3885de9191fc37b8c9e89d | |
parent | 7e465baa80293ed5f87fdf6405391d6f02110d4e [diff] |
tracing: Clean up hist_field_flags enum As we add more flags, specifying explicit integers for the flag values becomes more unwieldy and error-prone - switch them over to left-shift values. Link: http://lkml.kernel.org/r/e644e4fb7665aec015f4a2d84a2f990d3dd5b8a1.1506105045.git.tom.zanussi@linux.intel.com Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>