diff options
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
-rw-r--r-- | tools/lib/api/fs/tracing_path.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/lib/api/fs/tracing_path.c b/tools/lib/api/fs/tracing_path.c index 7b7fd0b18551..4f8ec7d476b8 100644 --- a/tools/lib/api/fs/tracing_path.c +++ b/tools/lib/api/fs/tracing_path.c | |||
@@ -13,8 +13,7 @@ | |||
13 | 13 | ||
14 | #include "tracing_path.h" | 14 | #include "tracing_path.h" |
15 | 15 | ||
16 | 16 | static char tracing_mnt[PATH_MAX] = "/sys/kernel/debug"; | |
17 | char tracing_mnt[PATH_MAX] = "/sys/kernel/debug"; | ||
18 | char tracing_path[PATH_MAX] = "/sys/kernel/debug/tracing"; | 17 | char tracing_path[PATH_MAX] = "/sys/kernel/debug/tracing"; |
19 | char tracing_events_path[PATH_MAX] = "/sys/kernel/debug/tracing/events"; | 18 | char tracing_events_path[PATH_MAX] = "/sys/kernel/debug/tracing/events"; |
20 | 19 | ||
@@ -129,7 +128,7 @@ int tracing_path__strerror_open_tp(int err, char *buf, size_t size, | |||
129 | snprintf(buf, size, | 128 | snprintf(buf, size, |
130 | "Error:\tNo permissions to read %s/%s\n" | 129 | "Error:\tNo permissions to read %s/%s\n" |
131 | "Hint:\tTry 'sudo mount -o remount,mode=755 %s'\n", | 130 | "Hint:\tTry 'sudo mount -o remount,mode=755 %s'\n", |
132 | tracing_events_path, filename, tracing_mnt); | 131 | tracing_events_path, filename, tracing_path_mount()); |
133 | } | 132 | } |
134 | break; | 133 | break; |
135 | default: | 134 | default: |