diff options
Diffstat (limited to 'tools/perf/util/session.c')
-rw-r--r-- | tools/perf/util/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index 4ca427f73994..4f2eeb584da8 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c | |||
@@ -306,7 +306,7 @@ int perf_session__process_events(struct perf_session *self, | |||
306 | 306 | ||
307 | head = self->header.data_offset; | 307 | head = self->header.data_offset; |
308 | 308 | ||
309 | if (!ops->full_paths) { | 309 | if (!symbol_conf.full_paths) { |
310 | char bf[PATH_MAX]; | 310 | char bf[PATH_MAX]; |
311 | 311 | ||
312 | if (getcwd(bf, sizeof(bf)) == NULL) { | 312 | if (getcwd(bf, sizeof(bf)) == NULL) { |