|
@@ -231,7 +231,7 @@ static int handle_options(const char ***argv, int *argc, int *envchanged)
|
|
(*argc)--;
|
|
(*argc)--;
|
|
} else if (!prefixcmp(cmd, CMD_DEBUGFS_DIR)) {
|
|
} else if (!prefixcmp(cmd, CMD_DEBUGFS_DIR)) {
|
|
perf_debugfs_set_path(cmd + strlen(CMD_DEBUGFS_DIR));
|
|
perf_debugfs_set_path(cmd + strlen(CMD_DEBUGFS_DIR));
|
|
- fprintf(stderr, "dir: %s\n", debugfs_mountpoint);
|
|
|
|
|
|
+ fprintf(stderr, "dir: %s\n", tracing_path);
|
|
if (envchanged)
|
|
if (envchanged)
|
|
*envchanged = 1;
|
|
*envchanged = 1;
|
|
} else if (!strcmp(cmd, "--list-cmds")) {
|
|
} else if (!strcmp(cmd, "--list-cmds")) {
|