aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/tracing_path.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2018-05-17 17:51:23 +0000
committerArnaldo Carvalho de Melo <[email protected]>2018-05-17 17:51:23 +0000
commit789e465058352122023e4fa7de8dcf5c513e0b0b (patch)
tree026cc900c4fd16e7df54e586b0bdf37fee5920ee /tools/lib/api/fs/tracing_path.h
parenttools lib api fs tracing_path: Introduce opendir() method (diff)
downloadkernel-789e465058352122023e4fa7de8dcf5c513e0b0b.tar.gz
kernel-789e465058352122023e4fa7de8dcf5c513e0b0b.zip
tools lib api fs tracing_path: Make tracing_events_path private
Not anymore accessed outside this library, keep it private. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/tracing_path.h')
-rw-r--r--tools/lib/api/fs/tracing_path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/api/fs/tracing_path.h b/tools/lib/api/fs/tracing_path.h
index 904d085b2ae7..a19136b086dc 100644
--- a/tools/lib/api/fs/tracing_path.h
+++ b/tools/lib/api/fs/tracing_path.h
@@ -5,8 +5,6 @@
#include <linux/types.h>
#include <dirent.h>
-extern char tracing_events_path[];
-
DIR *tracing_events__opendir(void);
void tracing_path_set(const char *mountpoint);