aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-lock.c')
-rw-r--r--tools/perf/builtin-lock.c2
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
329static char const *input_name = "perf.data"; 329static const char *input_name;
330 330
331struct raw_event_sample { 331struct raw_event_sample {
332 u32 size; 332 u32 size;