Skip to content

Commit 0f2418f

Browse files
kjain101acmel
authored andcommitted
perf lock contention: Fix typo in max-stack option description
Fix typo in max-stack option description by changing lopck contention to lock contention. Signed-off-by: Kajol Jain <kjain@linux.ibm.com> Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com> Cc: Disha Goel <disgoel@linux.ibm.com> Cc: Madhavan Srinivasan <maddy@linux.ibm.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20230825104700.440809-1-kjain@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 520da45 commit 0f2418f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/builtin-lock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ int cmd_lock(int argc, const char **argv)
25072507
OPT_CALLBACK('M', "map-nr-entries", &bpf_map_entries, "num",
25082508
"Max number of BPF map entries", parse_map_entry),
25092509
OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num",
2510-
"Set the maximum stack depth when collecting lopck contention, "
2510+
"Set the maximum stack depth when collecting lock contention, "
25112511
"Default: " __stringify(CONTENTION_STACK_DEPTH), parse_max_stack),
25122512
OPT_INTEGER(0, "stack-skip", &stack_skip,
25132513
"Set the number of stack depth to skip when finding a lock caller, "

0 commit comments

Comments
 (0)