commit | beba4bb096201ceec0e8cfb7ce3172a53015bdaf | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Jun 04 14:29:33 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Jun 04 14:29:33 2014 -0400 |
tree | 4306fed6cf744e861cebcf2040210b910a64a52c | |
parent | 195d28020147843dcf809730b2e9d876722371e6 [diff] |
tracing: Add __get_dynamic_array_len() macro for trace events If a trace event uses a dynamic array for something other than a string then there's currently no way the TP_printk() can figure out what size it is. A __get_dynamic_array_len() is required to know the length. This also simplifies the __get_bitmask() macro which required it as well, but instead just hardcoded it. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>