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() v2 changes: - Made the new local trace_find_tracing_dir() function hidden. Tzvetomir Stoyanov (VMware) (2): libtracefs: Remove tracefs_find_tracing_dir() API libtracefs: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir() include/tracefs-local.h | 2 ++ include/tracefs.h | 7 ++----- src/tracefs-events.c | 8 ++++---- src/tracefs-instance.c | 2 +- src/tracefs-utils.c | 14 +++++++------- test.c | 2 +- utest/tracefs-utest.c | 23 +++++++---------------- 7 files changed, 24 insertions(+), 34 deletions(-) -- 2.28.0