Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kajol Jain and committed by
Arnaldo Carvalho de Melo
0f2418fd 520da457

+1 -1
+1 -1
tools/perf/builtin-lock.c
··· 2507 2507 OPT_CALLBACK('M', "map-nr-entries", &bpf_map_entries, "num", 2508 2508 "Max number of BPF map entries", parse_map_entry), 2509 2509 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, " 2511 2511 "Default: " __stringify(CONTENTION_STACK_DEPTH), parse_max_stack), 2512 2512 OPT_INTEGER(0, "stack-skip", &stack_skip, 2513 2513 "Set the number of stack depth to skip when finding a lock caller, "