mbox series

[0/6] Refactor the APIs for tracing options

Message ID 20210402131947.346235-1-y.karadz@gmail.com (mailing list archive)
Headers show
Series Refactor the APIs for tracing options | expand

Message

Yordan Karadzhov April 2, 2021, 1:19 p.m. UTC
Yordan Karadzhov (VMware) (6):
  libtracefs: Fix issues with tracefs_option_id()
  libtracefs: Modify the arguments of tracefs_option_is_set()
  libtracefs: Encapsulate "struct tracefs_options_mask"
  libtracefs: Move the "options" code to  tracefs-instance.c
  libtracefs: Option's bit masks to be owned by the instance
  libtracefs: Rename tracefs_option_is_set()

 Documentation/libtracefs-option-get.txt |   4 +-
 include/tracefs.h                       |  15 +-
 src/tracefs-instance.c                  | 266 +++++++++++++++++++++++
 src/tracefs-tools.c                     | 276 ------------------------
 4 files changed, 273 insertions(+), 288 deletions(-)