All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Refactor the APIs for tracing options
@ 2021-04-09 18:04 Yordan Karadzhov (VMware)
  2021-04-09 18:04 ` [PATCH v4 1/5] libtracefs: Fix issues with tracefs_option_id() Yordan Karadzhov (VMware)
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Yordan Karadzhov (VMware) @ 2021-04-09 18:04 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel, tz.stoyanov, Yordan Karadzhov (VMware)

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-bits.txt |  10 +--
 Documentation/libtracefs-option-get.txt  |   7 +-
 include/tracefs-local.h                  |  12 +++
 include/tracefs.h                        |  11 +--
 src/tracefs-instance.c                   |  15 ++++
 src/tracefs-tools.c                      | 103 +++++++++--------------
 utest/tracefs-utest.c                    |  12 +--
 7 files changed, 81 insertions(+), 89 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-09 18:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 18:04 [PATCH v4 0/5] Refactor the APIs for tracing options Yordan Karadzhov (VMware)
2021-04-09 18:04 ` [PATCH v4 1/5] libtracefs: Fix issues with tracefs_option_id() Yordan Karadzhov (VMware)
2021-04-09 18:04 ` [PATCH v4 2/5] libtracefs: Modify the arguments of tracefs_option_is_set() Yordan Karadzhov (VMware)
2021-04-09 18:04 ` [PATCH v4 3/5] libtracefs: Encapsulate "struct tracefs_options_mask" Yordan Karadzhov (VMware)
2021-04-09 18:04 ` [PATCH v4 4/5] libtracefs: Option's bit masks to be owned by the instance Yordan Karadzhov (VMware)
2021-04-09 18:40   ` Steven Rostedt
2021-04-09 18:04 ` [PATCH v4 5/5] libtracefs: Rename tracefs_option_is_set() Yordan Karadzhov (VMware)
2021-04-09 18:26 ` [PATCH v4 0/5] Refactor the APIs for tracing options Steven Rostedt
2021-04-09 18:26   ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.