We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7014e0e commit 789e465Copy full SHA for 789e465
tools/lib/api/fs/tracing_path.c
@@ -15,8 +15,7 @@
15
16
static char tracing_mnt[PATH_MAX] = "/sys/kernel/debug";
17
static char tracing_path[PATH_MAX] = "/sys/kernel/debug/tracing";
18
-char tracing_events_path[PATH_MAX] = "/sys/kernel/debug/tracing/events";
19
-
+static char tracing_events_path[PATH_MAX] = "/sys/kernel/debug/tracing/events";
20
21
static void __tracing_path_set(const char *tracing, const char *mountpoint)
22
{
tools/lib/api/fs/tracing_path.h
@@ -5,8 +5,6 @@
5
#include <linux/types.h>
6
#include <dirent.h>
7
8
-extern char tracing_events_path[];
9
10
DIR *tracing_events__opendir(void);
11
12
void tracing_path_set(const char *mountpoint);
0 commit comments