linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] libtracefs fixes and improvements
@ 2020-11-05  9:33 Tzvetomir Stoyanov (VMware)
  2020-11-05  9:33 ` [PATCH 1/6] trace-cmd: Change tracefs.h include path Tzvetomir Stoyanov (VMware)
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2020-11-05  9:33 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

A few final tracefs library fixes and improvements, before releasing it as
an official library.

Tzvetomir Stoyanov (VMware) (6):
  trace-cmd: Change tracefs.h include path
  libtracefs: Change APIs to work with constant strings
  libtracefs: Add new API to check if instance exists
  libtracefs: Combine allocate and create APIs into one
  libtracefs: Add new tracefs API tracefs_instances_walk()
  trace-cmd: Add new libtrasefs API to get the current trace clock

 include/trace-cmd/trace-cmd.h       |   1 +
 include/tracefs/tracefs.h           |  17 ++--
 lib/trace-cmd/trace-timesync.c      |   5 +-
 lib/tracefs/include/tracefs-local.h |   1 +
 lib/tracefs/tracefs-events.c        |  61 +++++-------
 lib/tracefs/tracefs-instance.c      | 141 ++++++++++++++++++++++++++--
 tracecmd/include/trace-local.h      |   4 +-
 tracecmd/trace-record.c             |  68 ++++++--------
 tracecmd/trace-show.c               |   2 +-
 tracecmd/trace-stat.c               |  83 +++++-----------
 utest/tracefs-utest.c               | 120 ++++++++++++++++++-----
 11 files changed, 322 insertions(+), 181 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2020-11-05 14:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05  9:33 [PATCH 0/6] libtracefs fixes and improvements Tzvetomir Stoyanov (VMware)
2020-11-05  9:33 ` [PATCH 1/6] trace-cmd: Change tracefs.h include path Tzvetomir Stoyanov (VMware)
2020-11-05  9:33 ` [PATCH 2/6] libtracefs: Change APIs to work with constant strings Tzvetomir Stoyanov (VMware)
2020-11-05  9:33 ` [PATCH 3/6] libtracefs: Add new API to check if instance exists Tzvetomir Stoyanov (VMware)
2020-11-05  9:33 ` [PATCH 4/6] libtracefs: Combine allocate and create APIs into one Tzvetomir Stoyanov (VMware)
2020-11-05 14:01   ` Steven Rostedt
2020-11-05  9:33 ` [PATCH 5/6] libtracefs: Add new tracefs API tracefs_instances_walk() Tzvetomir Stoyanov (VMware)
2020-11-05  9:33 ` [PATCH 6/6] trace-cmd: Add new libtrasefs API to get the current trace clock 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).