Tycho Andersen (AMD)
4479884d1f
perf lock contention: fix segfault in lock contention -b/--use-bpf
...
When run on a kernel without BTF info, perf crashes:
libbpf: kernel BTF is missing at '/sys/kernel/btf/vmlinux', was CONFIG_DEBUG_INFO_BTF enabled?
libbpf: failed to find valid kernel BTF
Program received signal SIGSEGV, Segmentation fault.
0x00005555556915b7 in btf.type_cnt ()
(gdb) bt
#0 0x00005555556915b7 in btf.type_cnt ()
#1 0x0000555555691fbc in btf_find_by_name_kind ()
#2 0x00005555556920d0 in btf.find_by_name_kind ()
#3 0x00005555558a1b7c in init_numa_data (con=0x7fffffffd0a0) at util/bpf_lock_contention.c:125
#4 0x00005555558a264b in lock_contention_prepare (con=0x7fffffffd0a0) at util/bpf_lock_contention.c:313
#5 0x0000555555620702 in __cmd_contention (argc=0, argv=0x7fffffffea10) at builtin-lock.c:2084
#6 0x0000555555622c8d in cmd_lock (argc=0, argv=0x7fffffffea10) at builtin-lock.c:2755
#7 0x0000555555651451 in run_builtin (p=0x555556104f00 <commands+576>, argc=3, argv=0x7fffffffea10)
at perf.c:349
#8 0x00005555556516ed in handle_internal_command (argc=3, argv=0x7fffffffea10) at perf.c:401
#9 0x000055555565184e in run_argv (argcp=0x7fffffffe7fc, argv=0x7fffffffe7f0) at perf.c:445
#10 0x0000555555651b9f in main (argc=3, argv=0x7fffffffea10) at perf.c:553
Check if btf loading failed, and don't do anything with it in
init_numa_data(). This leads to the following error message, instead of
just a crash:
libbpf: kernel BTF is missing at '/sys/kernel/btf/vmlinux', was CONFIG_DEBUG_INFO_BTF enabled?
libbpf: failed to find valid kernel BTF
libbpf: kernel BTF is missing at '/sys/kernel/btf/vmlinux', was CONFIG_DEBUG_INFO_BTF enabled?
libbpf: failed to find valid kernel BTF
libbpf: Error loading vmlinux BTF: -ESRCH
libbpf: failed to load BPF skeleton 'lock_contention_bpf': -ESRCH
Failed to load lock-contention BPF skeleton
lock contention BPF setup failed
Signed-off-by: Tycho Andersen (AMD) <tycho@kernel.org >
Acked-by: Namhyung Kim <namhyung@kernel.org >
Cc: Adrian Hunter <adrian.hunter@intel.com >
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com >
Cc: Chun-Tse Shao <ctshao@google.com >
Cc: Ian Rogers <irogers@google.com >
Cc: Ingo Molnar <mingo@redhat.com >
Cc: James Clark <james.clark@linaro.org >
Cc: Jiri Olsa <jolsa@kernel.org >
Cc: K Prateek Nayak <kprateek.nayak@amd.com >
Cc: Mark Rutland <mark.rutland@arm.com >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Ravi Bangoria <ravi.bangoria@amd.com >
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com >
2026-02-06 18:57:26 -03:00
..
2026-01-23 16:58:39 -03:00
2025-11-18 20:31:30 -08:00
2025-10-31 12:29:44 -07:00
2025-11-13 23:03:11 -08:00
2026-01-20 15:43:56 -03:00
2025-11-13 23:03:11 -08:00
2026-01-20 15:43:56 -03:00
2025-11-13 23:03:11 -08:00
2026-02-06 18:07:05 -03:00
2026-02-06 12:16:12 -03:00
2026-02-03 18:01:27 -03:00
2026-01-12 16:55:23 -03:00
2025-10-06 16:47:49 -03:00
2026-01-23 16:58:39 -03:00
2026-01-23 16:58:39 -03:00
2025-06-20 13:14:07 -07:00
2025-06-20 13:14:07 -07:00
2025-07-25 10:37:56 -07:00
2026-01-23 16:58:38 -03:00
2026-01-23 16:58:38 -03:00
2026-02-06 18:18:52 -03:00
2026-01-23 16:58:39 -03:00
2026-01-23 16:58:39 -03:00
2025-12-23 10:15:50 -08:00
2025-09-19 12:14:28 -03:00
2025-11-07 13:25:05 -08:00
2025-12-03 11:01:05 -08:00
2026-01-13 17:03:25 -03:00
2026-01-13 17:03:25 -03:00
2024-08-14 10:20:40 -03:00
2024-08-14 10:20:40 -03:00
2025-11-13 23:03:11 -08:00
2025-10-13 01:58:51 -07:00
2025-10-01 15:27:02 -03:00
2025-11-13 23:03:11 -08:00
2024-12-18 16:24:33 -03:00
2024-12-18 16:24:33 -03:00
2026-02-06 18:57:26 -03:00
2025-11-13 23:03:11 -08:00
2025-10-01 15:27:02 -03:00
2025-06-26 10:31:05 -07:00
2026-01-27 02:35:29 -03:00
2025-06-20 14:48:49 -07:00
2025-09-30 13:36:03 -03:00
2025-11-13 23:03:11 -08:00
2025-03-24 17:29:58 -07:00
2024-08-28 18:21:49 -03:00
2025-11-13 23:03:11 -08:00
2026-01-14 17:22:50 -03:00
2025-10-03 16:49:51 -03:00
2025-07-25 10:37:56 -07:00
2025-03-05 09:13:19 -08:00
2024-12-09 17:52:41 -03:00
2024-12-09 17:52:41 -03:00
2026-02-03 18:01:27 -03:00
2025-11-26 10:13:38 -08:00
2025-07-25 10:37:13 -07:00
2026-01-27 01:35:47 -03:00
2026-01-27 01:35:47 -03:00
2026-01-14 17:22:50 -03:00
2025-06-09 11:18:17 -07:00
2026-02-03 11:34:02 -03:00
2026-02-03 11:34:02 -03:00
2025-11-13 23:03:11 -08:00
2025-07-11 12:36:40 -07:00
2025-03-10 11:31:24 -07:00
2024-10-10 23:38:33 -07:00
2025-03-10 11:31:24 -07:00
2025-06-11 13:40:31 -07:00
2025-03-10 14:37:02 -07:00
2026-01-13 16:09:14 -03:00
2025-03-10 11:31:24 -07:00
2025-12-04 00:36:14 -08:00
2024-05-07 18:06:44 -03:00
2026-01-28 15:18:44 -03:00
2024-08-29 15:55:24 -03:00
2026-01-06 19:34:07 -03:00
2026-01-06 19:34:07 -03:00
2026-01-06 19:20:02 -03:00
2026-01-14 17:22:50 -03:00
2025-03-10 11:31:24 -07:00
2026-01-23 16:58:39 -03:00
2025-07-25 10:37:57 -07:00
2025-06-25 10:59:19 -07:00
2025-11-26 10:13:38 -08:00
2024-10-18 10:17:40 -07:00
2025-05-28 19:02:58 -03:00
2026-01-27 02:33:29 -03:00
2025-05-09 17:00:05 -03:00
2025-05-09 17:00:05 -03:00
2026-01-27 01:44:21 -03:00
2026-01-26 18:21:20 -03:00
2026-01-27 01:35:22 -03:00
2025-11-17 18:43:08 -08:00
2025-06-25 11:12:35 -07:00
2026-01-26 18:21:20 -03:00
2026-01-26 18:21:20 -03:00
2025-11-26 10:13:38 -08:00
2024-08-19 14:52:13 -03:00
2024-09-03 12:22:01 -03:00
2024-09-03 12:22:01 -03:00
2025-09-19 12:14:30 -03:00
2025-09-19 12:14:30 -03:00
2026-01-20 15:43:56 -03:00
2026-01-21 21:55:09 -03:00
2026-02-03 18:01:27 -03:00
2026-01-23 16:58:39 -03:00
2026-01-22 12:29:28 -03:00
2025-02-18 14:04:32 -08:00
2026-01-14 17:22:50 -03:00
2025-12-02 21:59:14 -08:00
2026-01-14 23:14:54 -03:00
2026-01-13 16:21:33 -03:00
2026-02-06 12:16:09 -03:00
2026-02-03 18:01:27 -03:00
2025-11-13 23:03:11 -08:00
2025-11-11 16:48:36 -08:00
2025-05-13 16:36:22 -03:00
2025-05-13 16:36:22 -03:00
2025-07-22 17:47:22 -07:00
2026-01-13 17:03:28 -03:00
2024-10-18 10:17:40 -07:00
2024-10-14 12:04:31 -07:00
2026-02-03 18:01:27 -03:00
2026-02-03 18:01:27 -03:00
2024-03-21 13:54:40 -03:00
2024-08-12 18:05:14 -03:00
2026-01-23 16:58:39 -03:00
2025-10-21 05:36:02 -07:00
2026-01-27 02:15:30 -03:00
2025-10-01 09:44:02 -03:00
2025-10-25 17:44:57 -07:00
2025-10-25 17:44:57 -07:00
2025-11-13 23:03:11 -08:00
2025-04-25 12:31:36 -03:00
2024-08-19 14:51:46 -03:00
2026-01-27 02:36:24 -03:00
2026-02-03 18:01:27 -03:00
2026-02-03 18:01:27 -03:00
2024-12-18 16:24:33 -03:00
2026-01-26 18:21:15 -03:00
2025-11-26 10:13:38 -08:00
2026-01-20 13:04:38 -03:00
2026-01-20 13:04:38 -03:00
2025-01-08 17:38:32 -03:00
2024-09-03 10:39:20 -03:00
2026-01-23 16:58:38 -03:00
2025-10-06 16:47:49 -03:00
2024-12-18 16:24:33 -03:00
2025-05-09 14:32:15 -03:00
2026-01-14 17:22:50 -03:00
2026-02-06 18:10:44 -03:00
2025-07-25 10:37:57 -07:00
2026-01-23 16:58:39 -03:00
2026-01-23 16:58:39 -03:00
2025-10-02 15:36:13 -03:00
2025-10-02 15:36:13 -03:00
2026-01-23 16:58:38 -03:00
2026-01-20 15:43:56 -03:00
2025-12-03 11:07:46 -08:00
2025-05-02 15:36:14 -03:00
2024-08-01 18:55:55 -03:00
2024-08-01 18:55:55 -03:00
2026-02-06 11:58:51 -03:00
2025-11-03 20:57:21 -08:00
2025-11-13 23:03:11 -08:00
2025-02-10 11:46:02 -08:00
2025-11-13 17:55:19 -03:00
2025-11-13 17:55:19 -03:00
2025-10-03 15:28:04 -03:00
2025-01-08 17:31:06 -03:00
2025-05-05 21:51:54 -03:00
2026-01-26 17:03:53 -03:00
2025-11-24 12:20:06 -08:00
2025-11-24 12:20:06 -08:00
2025-10-15 23:59:11 +09:00
2026-02-06 12:16:09 -03:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00
2025-10-15 23:59:10 +09:00
2025-12-02 16:13:32 -08:00
2026-02-06 12:16:12 -03:00
2026-02-06 12:16:12 -03:00
2025-11-13 23:03:11 -08:00
2026-01-14 23:15:19 -03:00
2026-01-14 23:15:19 -03:00
2025-07-26 16:31:43 -07:00
2025-07-24 13:41:35 -07:00
2025-11-13 23:03:11 -08:00
2025-10-01 11:22:04 -03:00
2025-10-02 15:36:59 -03:00
2024-07-31 16:12:59 -03:00
2026-01-21 11:01:22 -03:00
2025-10-15 23:59:11 +09:00
2025-12-03 11:07:23 -08:00
2024-12-10 15:41:10 -03:00
2026-02-06 12:16:12 -03:00
2024-11-16 17:07:31 -03:00
2025-07-25 10:37:55 -07:00
2025-02-26 14:25:14 -08:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-12-02 16:12:49 -08:00
2025-12-17 09:30:37 -03:00
2025-05-21 15:07:13 -03:00
2025-05-21 15:07:13 -03:00
2025-07-25 10:37:56 -07:00
2025-10-31 12:46:19 -07:00
2025-07-25 10:37:56 -07:00
2025-07-25 10:37:56 -07:00
2026-01-27 01:35:47 -03:00
2026-01-27 01:35:22 -03:00
2026-02-03 18:01:27 -03:00
2026-02-03 18:01:27 -03:00
2025-10-13 01:58:51 -07:00
2026-02-06 18:51:15 -03:00
2025-07-25 10:37:58 -07:00
2025-07-11 12:36:40 -07:00
2025-07-11 12:36:40 -07:00
2025-05-13 16:36:22 -03:00
2026-01-20 13:04:38 -03:00
2026-01-13 16:09:14 -03:00
2026-02-06 18:18:32 -03:00
2026-02-06 18:18:32 -03:00
2025-11-07 13:25:05 -08:00
2026-02-06 18:18:32 -03:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00
2024-11-14 16:56:32 -03:00
2024-12-12 15:53:36 -03:00
2026-01-27 21:19:24 -03:00
2026-01-27 21:19:24 -03:00
2024-12-09 17:52:41 -03:00
2026-01-13 16:09:14 -03:00
2024-05-06 15:28:49 -03:00
2026-01-20 12:52:08 -03:00
2025-12-17 07:30:51 -08:00
2026-01-05 12:44:09 -03:00
2025-11-26 10:13:38 -08:00
2026-01-22 12:31:51 -03:00
2026-01-22 12:29:28 -03:00
2025-03-20 22:58:23 -07:00
2025-03-20 22:57:57 -07:00
2025-06-09 11:18:18 -07:00
2025-06-09 11:18:18 -07:00
2026-01-27 21:19:24 -03:00
2025-06-09 11:18:18 -07:00
2026-01-27 01:35:47 -03:00
2026-02-03 18:01:27 -03:00
2026-01-26 18:21:20 -03:00
2024-10-14 12:04:31 -07:00
2026-01-27 02:31:29 -03:00
2025-11-17 18:43:09 -08:00
2025-11-17 18:43:09 -08:00
2026-01-22 12:29:28 -03:00
2026-01-22 12:29:28 -03:00
2025-06-09 11:18:18 -07:00
2025-06-09 11:18:18 -07:00
2026-01-27 02:22:00 -03:00
2025-07-26 16:31:43 -07:00
2025-06-26 10:31:05 -07:00
2026-01-27 02:26:48 -03:00
2024-12-09 17:52:42 -03:00
2024-11-08 22:42:57 -08:00
2026-01-27 01:35:22 -03:00
2024-11-08 22:42:57 -08:00
2026-01-27 01:35:22 -03:00
2025-09-19 12:14:29 -03:00
2024-05-09 18:46:43 -03:00
2024-05-09 18:46:43 -03:00
2024-11-13 16:27:35 -03:00
2024-10-10 23:40:32 -07:00
2026-01-27 02:28:33 -03:00
2026-01-26 18:31:27 -03:00
2026-01-26 18:31:27 -03:00
2026-01-23 16:58:39 -03:00
2024-05-06 15:28:49 -03:00
2026-01-28 15:18:24 -03:00
2026-01-22 12:31:52 -03:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00
2024-09-27 15:38:52 -03:00
2025-09-12 15:41:57 -03:00