]> Git Repo - linux.git/blobdiff - tools/perf/builtin-annotate.c
perf session: Separating data file properties from session
[linux.git] / tools / perf / builtin-annotate.c
index 95df683d6074021e3c117e732d21f2a1f98d0ab5..03cfa592071f003e13ab0a541bf8d646c0df15c4 100644 (file)
@@ -259,7 +259,7 @@ static int __cmd_annotate(struct perf_annotate *ann)
        }
 
        if (total_nr_samples == 0) {
-               ui__error("The %s file has no samples!\n", session->filename);
+               ui__error("The %s file has no samples!\n", file.path);
                goto out_delete;
        }
 
This page took 0.03156 seconds and 4 git commands to generate.