linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove tracefs_get_tracing_dir() API
@ 2020-12-22  5:06 Tzvetomir Stoyanov (VMware)
  2020-12-22  5:06 ` [PATCH 1/2] trace-cmd: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir() Tzvetomir Stoyanov (VMware)
  2020-12-22  5:06 ` [PATCH 2/2] trace-cmd: Use tracefs_tracing_dir() instead of tracefs_find_tracing_dir() Tzvetomir Stoyanov (VMware)
  0 siblings, 2 replies; 3+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2020-12-22  5:06 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

The two APIs to get the tracefs mount point
tracefs_get_tracing_dir() and tracefs_find_tracing_dir()
are replaced by single one, tracefs_tracing_dir().

Tzvetomir Stoyanov (VMware) (2):
  trace-cmd: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir()
  trace-cmd: Use tracefs_tracing_dir() instead of
    tracefs_find_tracing_dir()

 include/tracefs/tracefs.h            |  7 ++-----
 kernel-shark/src/KsCaptureDialog.cpp |  4 ++--
 lib/trace-cmd/trace-output.c         |  7 +++++--
 lib/trace-cmd/trace-recorder.c       |  6 +++---
 lib/tracefs/include/tracefs-local.h  |  2 ++
 lib/tracefs/tracefs-events.c         |  6 +++---
 lib/tracefs/tracefs-instance.c       |  2 +-
 lib/tracefs/tracefs-utils.c          | 14 +++++++-------
 tracecmd/trace-check-events.c        |  2 +-
 tracecmd/trace-record.c              | 19 ++++++++++++-------
 utest/tracefs-utest.c                | 23 +++++++----------------
 11 files changed, 45 insertions(+), 47 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2020-12-22  5:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22  5:06 [PATCH 0/2] Remove tracefs_get_tracing_dir() API Tzvetomir Stoyanov (VMware)
2020-12-22  5:06 ` [PATCH 1/2] trace-cmd: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir() Tzvetomir Stoyanov (VMware)
2020-12-22  5:06 ` [PATCH 2/2] trace-cmd: Use tracefs_tracing_dir() instead of tracefs_find_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).