diff options
Diffstat (limited to 'tools/perf/builtin-lock.c')
-rw-r--r-- | tools/perf/builtin-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-lock.c b/tools/perf/builtin-lock.c index 4db5e5293067..2296c391d0f5 100644 --- a/tools/perf/builtin-lock.c +++ b/tools/perf/builtin-lock.c | |||
@@ -326,7 +326,7 @@ alloc_failed: | |||
326 | die("memory allocation failed\n"); | 326 | die("memory allocation failed\n"); |
327 | } | 327 | } |
328 | 328 | ||
329 | static char const *input_name = "perf.data"; | 329 | static const char *input_name; |
330 | 330 | ||
331 | struct raw_event_sample { | 331 | struct raw_event_sample { |
332 | u32 size; | 332 | u32 size; |