perf lock: Fix a copy-n-paste bug
authorNamhyung Kim <namhyung@kernel.org>
Thu, 21 Jul 2022 04:36:39 +0000 (21:36 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 21 Jul 2022 18:58:12 +0000 (15:58 -0300)
commit9fe9b252c7c022df8e503435e778f15c04dfa3bf
treef303deb60c5ab7f4cadef219e0404bed589f821d
parent60ecf84d728adfeed49c6d0ef10acde100b1e1a6
perf lock: Fix a copy-n-paste bug

It should be lock_text_end instead of _start.

Fixes: 0d2997f750d1de39 ("perf lock: Look up callchain for the contended locks")
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Waiman Long <longman@redhat.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20220721043644.153718-2-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-lock.c