mbox series

[v3,0/5] Refactor the APIs for tracing options

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

Message

Yordan Karadzhov April 8, 2021, 2 p.m. UTC
Yordan Karadzhov (VMware) (5):
  libtracefs: Fix issues with tracefs_option_id()
  libtracefs: Modify the arguments of tracefs_option_is_set()
  libtracefs: Encapsulate "struct tracefs_options_mask"
  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-local.h                 | 12 ++++++
 include/tracefs.h                       | 11 ++---
 src/tracefs-instance.c                  | 15 +++++++
 src/tracefs-tools.c                     | 57 +++++++++----------------
 utest/tracefs-utest.c                   | 12 ++----
 6 files changed, 56 insertions(+), 55 deletions(-)

Comments

Tzvetomir Stoyanov (VMware) April 9, 2021, 4:39 a.m. UTC | #1
On Thu, Apr 8, 2021 at 5:00 PM Yordan Karadzhov (VMware)
<y.karadz@gmail.com> wrote:
>
> Yordan Karadzhov (VMware) (5):
>   libtracefs: Fix issues with tracefs_option_id()
>   libtracefs: Modify the arguments of tracefs_option_is_set()
>   libtracefs: Encapsulate "struct tracefs_options_mask"
>   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-local.h                 | 12 ++++++
>  include/tracefs.h                       | 11 ++---
>  src/tracefs-instance.c                  | 15 +++++++
>  src/tracefs-tools.c                     | 57 +++++++++----------------
>  utest/tracefs-utest.c                   | 12 ++----
>  6 files changed, 56 insertions(+), 55 deletions(-)
>
> --
> 2.27.0
>
The man pages should be updated to reflect the changes in the APIs.