From ceb13bfc01d55388092c00796a5b76aa3dfa483a Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Tue, 2 Aug 2022 12:10:03 -0700 Subject: perf lock: Add --map-nr-entries option The --map-nr-entries option is to control number of max entries in the perf lock contention BPF maps. Signed-off-by: Namhyung Kim Cc: Blake Jones Cc: Boqun Feng Cc: Davidlohr Bueso Cc: Ian Rogers Cc: Ingo Molnar Cc: Jiri Olsa Cc: Peter Zijlstra Cc: Song Liu Cc: Waiman Long Cc: Will Deacon Link: https://lore.kernel.org/r/20220802191004.347740-2-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-lock.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/perf/Documentation/perf-lock.txt') diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt index 7949d2e6891b..193c5d8b8db9 100644 --- a/tools/perf/Documentation/perf-lock.txt +++ b/tools/perf/Documentation/perf-lock.txt @@ -145,6 +145,9 @@ CONTENTION OPTIONS --tid=:: Record events on existing thread ID (comma separated list). +--map-nr-entries:: + Maximum number of BPF map entries (default: 10240). + SEE ALSO -------- -- cgit v1.2.3