perf session: Move full_paths config to symbol_conf
[pandora-kernel.git] / tools / perf / util / session.c
index 4ca427f..4f2eeb5 100644 (file)
@@ -306,7 +306,7 @@ int perf_session__process_events(struct perf_session *self,
 
        head = self->header.data_offset;
 
-       if (!ops->full_paths) {
+       if (!symbol_conf.full_paths) {
                char bf[PATH_MAX];
 
                if (getcwd(bf, sizeof(bf)) == NULL) {