perf lock contention: Update default map size to 16384
[linux-2.6-block.git] / tools / perf / builtin-lock.c
index ef56bf90058d2be82b2adf3b19a1575d78aa6683..9b92c7a5aefb59f9eb65df779ffb8daa0ff5cd48 100644 (file)
@@ -60,7 +60,7 @@ static bool show_thread_stats;
 static bool show_lock_addrs;
 static bool show_lock_owner;
 static bool use_bpf;
-static unsigned long bpf_map_entries = 10240;
+static unsigned long bpf_map_entries = MAX_ENTRIES;
 static int max_stack_depth = CONTENTION_STACK_DEPTH;
 static int stack_skip = CONTENTION_STACK_SKIP;
 static int print_nr_entries = INT_MAX / 2;