diff options
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
-rw-r--r-- | tools/lib/api/fs/tracing_path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/api/fs/tracing_path.c b/tools/lib/api/fs/tracing_path.c index 120037496f77..5afb11b30fca 100644 --- a/tools/lib/api/fs/tracing_path.c +++ b/tools/lib/api/fs/tracing_path.c | |||
@@ -36,7 +36,7 @@ static const char *tracing_path_tracefs_mount(void) | |||
36 | 36 | ||
37 | __tracing_path_set("", mnt); | 37 | __tracing_path_set("", mnt); |
38 | 38 | ||
39 | return mnt; | 39 | return tracing_path; |
40 | } | 40 | } |
41 | 41 | ||
42 | static const char *tracing_path_debugfs_mount(void) | 42 | static const char *tracing_path_debugfs_mount(void) |
@@ -49,7 +49,7 @@ static const char *tracing_path_debugfs_mount(void) | |||
49 | 49 | ||
50 | __tracing_path_set("tracing/", mnt); | 50 | __tracing_path_set("tracing/", mnt); |
51 | 51 | ||
52 | return mnt; | 52 | return tracing_path; |
53 | } | 53 | } |
54 | 54 | ||
55 | const char *tracing_path_mount(void) | 55 | const char *tracing_path_mount(void) |