mbox series

[0/2] libtracefs: Minor formating updates to options code

Message ID 20210202195458.176697224@goodmis.org (mailing list archive)
Headers show
Series libtracefs: Minor formating updates to options code | expand

Message

Steven Rostedt Feb. 2, 2021, 7:54 p.m. UTC
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(-)