diff options
Diffstat (limited to 'tools/perf/builtin-lock.c')
-rw-r--r-- | tools/perf/builtin-lock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/builtin-lock.c b/tools/perf/builtin-lock.c index e18dfdc2948a..821c1586a22b 100644 --- a/tools/perf/builtin-lock.c +++ b/tools/perf/builtin-lock.c | |||
@@ -792,8 +792,7 @@ static void print_result(void) | |||
792 | print_bad_events(bad, total); | 792 | print_bad_events(bad, total); |
793 | } | 793 | } |
794 | 794 | ||
795 | static int info_threads; | 795 | static bool info_threads, info_map; |
796 | static int info_map; | ||
797 | 796 | ||
798 | static void dump_threads(void) | 797 | static void dump_threads(void) |
799 | { | 798 | { |