linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] New libtracefs APIs for trace options and trace dir
@ 2021-01-20 15:12 Tzvetomir Stoyanov (VMware)
  2021-01-20 15:12 ` [PATCH v2 1/5] libtracefs: New APIs for trace options Tzvetomir Stoyanov (VMware)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2021-01-20 15:12 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

A new set of tracefs library APIs for:
 - Working with trace options.
 - Working with non default tracing directory.

v2 changes:
 - Changed the trace options IDs from bitmask to enum.
 - Abstracted trace options bitmap structure.
 - Removed test_nop_refuse and test_nop_accept options from the library.
 - Renamed tracefs_instance_get() to tracefs_instance_alloc().
 
Tzvetomir Stoyanov (VMware) (5):
  libtracefs: New APIs for trace options
  libtracefs: Unit tests for tracing options APIs
  libtracefs: Add information about top tracing directory in instance
    structure
  libtracefs: New APIs for getting existing trace instance
  libtracefs: Unit tests for working with non default tracing dir

 include/tracefs.h      |  64 ++++++
 src/tracefs-instance.c | 137 ++++++++++---
 src/tracefs-tools.c    | 244 +++++++++++++++++++++++
 utest/tracefs-utest.c  | 431 +++++++++++++++++++++++++++++++++++------
 4 files changed, 786 insertions(+), 90 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-01-20 15:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 15:12 [PATCH v2 0/5] New libtracefs APIs for trace options and trace dir Tzvetomir Stoyanov (VMware)
2021-01-20 15:12 ` [PATCH v2 1/5] libtracefs: New APIs for trace options Tzvetomir Stoyanov (VMware)
2021-01-20 15:12 ` [PATCH v2 2/5] libtracefs: Unit tests for tracing options APIs Tzvetomir Stoyanov (VMware)
2021-01-20 15:12 ` [PATCH v2 3/5] libtracefs: Add information about top tracing directory in instance structure Tzvetomir Stoyanov (VMware)
2021-01-20 15:12 ` [PATCH v2 4/5] libtracefs: New APIs for getting existing trace instance Tzvetomir Stoyanov (VMware)
2021-01-20 15:12 ` [PATCH v2 5/5] libtracefs: Unit tests for working with non default tracing dir Tzvetomir Stoyanov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).