|
@@ -36,7 +36,7 @@ static const char *tracing_path_tracefs_mount(void)
|
|
|
|
|
|
__tracing_path_set("", mnt);
|
|
__tracing_path_set("", mnt);
|
|
|
|
|
|
- return mnt;
|
|
|
|
|
|
+ return tracing_path;
|
|
}
|
|
}
|
|
|
|
|
|
static const char *tracing_path_debugfs_mount(void)
|
|
static const char *tracing_path_debugfs_mount(void)
|
|
@@ -49,7 +49,7 @@ static const char *tracing_path_debugfs_mount(void)
|
|
|
|
|
|
__tracing_path_set("tracing/", mnt);
|
|
__tracing_path_set("tracing/", mnt);
|
|
|
|
|
|
- return mnt;
|
|
|
|
|
|
+ return tracing_path;
|
|
}
|
|
}
|
|
|
|
|
|
const char *tracing_path_mount(void)
|
|
const char *tracing_path_mount(void)
|