diff options
Diffstat (limited to 'tools/perf/builtin-kmem.c')
| -rw-r--r-- | tools/perf/builtin-kmem.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-kmem.c b/tools/perf/builtin-kmem.c index 886174e9525..fe1ad8f2196 100644 --- a/tools/perf/builtin-kmem.c +++ b/tools/perf/builtin-kmem.c @@ -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;  |