]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-lock.c
perf kmem: Fix a memory leak
[karo-tx-linux.git] / tools / perf / builtin-lock.c
index 4db5e52930672d1ab1d3b5f230357bdf355e0335..2296c391d0f581246c8c72a913d47357bbb15842 100644 (file)
@@ -326,7 +326,7 @@ alloc_failed:
        die("memory allocation failed\n");
 }
 
-static char                    const *input_name = "perf.data";
+static const char *input_name;
 
 struct raw_event_sample {
        u32                     size;