perf report: Accept fifos as input file
[deliverable/linux.git] / tools / perf / builtin-kmem.c
index 886174e9525b5e275be2dd9c16b6385c0c800f8c..fe1ad8f21961512a6a81e5f5670de71fcc9a2279 100644 (file)
@@ -19,7 +19,7 @@
 struct alloc_stat;
 typedef int (*sort_fn_t)(struct alloc_stat *, struct alloc_stat *);
 
-static char const              *input_name = "perf.data";
+static const char              *input_name;
 
 static int                     alloc_flag;
 static int                     caller_flag;
This page took 0.030733 seconds and 5 git commands to generate.