This is based on top of the options patches: https://patchwork.kernel.org/project/linux-trace-devel/list/?series=418299 This adds a BUILD_BUG_ON() and ARRAY_SIZE helper macros and structures the options_map slightly different. No functional changes. Steven Rostedt (VMware) (2): tracefs: Use new BUILD_BUG_ON() and ARRAY_SIZE() macros for options_map intergity libtracefs: Have the options_map elements be each on their own line ---- include/tracefs-local.h | 6 ++++++ src/tracefs-tools.c | 56 ++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 52 insertions(+), 10 deletions(-)