Ian Rogers
2c369d91d0
perf symbol: Add blocking argument to filename__read_build_id
...
When synthesizing build-ids, for build ID mmap2 events, they will be
added for data mmaps if -d/--data is specified. The files opened for
their build IDs may block on the open causing perf to hang during
synthesis. There is some robustness in existing calls to
filename__read_build_id by checking the file path is to a regular
file, which unfortunately fails for symlinks. Rather than adding more
is_regular_file calls, switch filename__read_build_id to take a
"block" argument and specify O_NONBLOCK when this is false. The
existing is_regular_file checking callers and the event synthesis
callers are made to pass false and thereby avoiding the hang.
Fixes: 53b00ff358 ("perf record: Make --buildid-mmap the default")
Signed-off-by: Ian Rogers <irogers@google.com >
Link: https://lore.kernel.org/r/20250823000024.724394-3-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org >
2025-08-25 15:07:18 -07:00
..
2025-05-27 17:57:58 -03:00
2025-07-14 22:51:58 -07:00
2025-06-16 14:05:11 -03:00
2024-12-18 16:24:33 -03:00
2025-07-25 10:37:13 -07:00
2025-02-17 22:00:50 -08:00
2025-02-18 14:04:32 -08: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
2025-03-13 00:19:51 -07:00
2025-03-13 00:19:51 -07:00
2025-06-26 15:15:48 -07:00
2025-06-26 15:15:48 -07:00
2025-02-12 20:06:11 -08:00
2025-07-25 10:37:56 -07:00
2025-07-25 10:37:58 -07:00
2025-07-25 10:37:58 -07:00
2024-11-01 23:31:08 -07:00
2025-07-14 22:51:58 -07:00
2024-12-18 16:24:33 -03:00
2024-12-18 16:24:33 -03:00
2025-05-09 14:32:15 -03:00
2025-05-05 21:51:54 -03:00
2025-06-26 10:31:05 -07:00
2025-07-25 10:37:58 -07:00
2025-06-20 14:48:49 -07:00
2025-08-07 09:03:44 -07:00
2025-06-09 11:18:17 -07:00
2025-03-24 17:29:58 -07:00
2025-05-13 18:20:46 -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
2025-07-26 16:31:43 -07:00
2025-08-25 15:07:18 -07:00
2025-07-25 10:37:13 -07:00
2025-03-07 14:06:56 -08:00
2025-06-09 11:18:17 -07:00
2025-06-09 11:18:17 -07:00
2025-07-11 12:36:40 -07: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
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-03-19 16:56:33 -07:00
2025-02-12 20:06:11 -08:00
2025-07-25 10:37:56 -07:00
2025-07-25 10:37:56 -07:00
2025-03-10 11:31:24 -07:00
2025-03-10 11:31:24 -07:00
2025-06-09 21:38:08 -07:00
2025-07-25 10:37:57 -07:00
2025-06-25 10:59:19 -07:00
2025-08-25 15:07:18 -07:00
2024-10-18 10:17:40 -07:00
2025-05-28 19:02:58 -03:00
2025-05-09 17:00:05 -03:00
2025-05-09 17:00:05 -03:00
2025-07-25 10:37:13 -07:00
2024-11-09 08:39:13 -08:00
2025-07-25 10:37:58 -07:00
2025-06-30 09:10:50 -07:00
2025-06-25 11:12:35 -07:00
2025-07-25 10:37:56 -07:00
2025-07-25 10:37:56 -07:00
2025-08-25 15:07:18 -07:00
2024-10-18 10:17:40 -07:00
2024-10-18 10:17:40 -07:00
2024-11-09 08:39:13 -08:00
2024-11-09 08:39:13 -08:00
2024-11-09 08:39:13 -08:00
2024-11-09 08:39:14 -08:00
2025-07-25 10:37:58 -07:00
2025-07-25 10:37:58 -07:00
2025-07-25 10:37:13 -07:00
2025-07-25 10:37:58 -07:00
2025-02-18 14:04:32 -08:00
2025-07-24 13:41:34 -07:00
2025-07-25 10:37:56 -07:00
2025-05-12 14:23:19 -03:00
2024-12-09 17:52:42 -03:00
2025-07-26 16:31:43 -07:00
2025-07-25 10:37:56 -07:00
2025-07-24 13:41:35 -07: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
2025-07-02 19:01:54 -07:00
2024-10-18 10:17:40 -07:00
2025-01-10 10:59:42 -03:00
2024-10-14 12:04:31 -07:00
2025-07-25 10:37:57 -07:00
2025-06-25 12:37:29 -07:00
2025-07-25 10:37:58 -07:00
2025-07-25 10:37:58 -07:00
2025-07-11 12:36:39 -07:00
2025-07-02 19:05:26 -07:00
2025-02-12 20:06:11 -08:00
2025-05-12 14:18:09 -03:00
2025-07-25 10:37:58 -07:00
2025-04-25 12:31:36 -03:00
2025-07-25 10:37:56 -07:00
2024-12-18 16:24:32 -03:00
2024-12-18 16:24:32 -03:00
2024-12-18 16:24:33 -03:00
2025-01-08 17:38:32 -03:00
2024-12-18 16:24:33 -03:00
2025-05-09 14:32:15 -03:00
2025-03-10 14:37:02 -07:00
2025-07-25 10:37:57 -07:00
2025-07-25 10:37:57 -07:00
2025-07-25 10:37:56 -07:00
2025-07-25 10:37:56 -07:00
2025-05-16 17:31:40 -03:00
2025-05-27 18:05:28 -03:00
2025-05-02 15:36:14 -03:00
2025-07-24 13:41:36 -07:00
2025-07-11 12:36:40 -07:00
2025-03-19 16:56:33 -07:00
2025-02-10 11:46:02 -08:00
2025-05-21 15:07:13 -03:00
2025-01-08 17:31:06 -03:00
2025-01-08 17:31:06 -03:00
2025-05-05 21:51:54 -03:00
2025-07-26 16:31:43 -07:00
2025-07-26 16:31:43 -07:00
2025-07-26 16:31:43 -07:00
2025-07-26 16:31:43 -07:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00
2025-03-11 19:00:50 -07:00
2025-07-26 16:31:43 -07:00
2025-07-26 16:31:43 -07:00
2025-06-26 10:51:31 -07:00
2025-07-26 16:31:43 -07:00
2025-07-24 13:41:35 -07:00
2025-07-26 16:31:43 -07:00
2025-07-26 16:31:43 -07:00
2025-07-25 10:37:57 -07:00
2024-12-10 15:41:10 -03:00
2025-07-25 10:37:13 -07: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-07-30 10:15:17 -07:00
2025-05-05 21:51:54 -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
2024-10-17 12:44:26 -07:00
2025-07-25 10:37:56 -07:00
2025-07-25 10:37:56 -07:00
2025-02-12 20:06:11 -08:00
2025-07-25 10:37:58 -07:00
2025-07-25 10:37:58 -07:00
2025-07-25 10:37:57 -07:00
2025-03-24 09:38:20 -07:00
2025-06-26 10:51:40 -07:00
2025-06-26 10:51:40 -07:00
2025-07-25 10:37:58 -07: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
2025-06-24 10:27:49 -07:00
2025-07-11 12:36:40 -07:00
2025-07-23 10:48:29 -07:00
2025-07-24 13:41:35 -07:00
2025-07-11 12:36:40 -07: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
2024-12-09 17:52:41 -03:00
2025-07-25 10:37:56 -07:00
2025-08-25 15:07:18 -07:00
2025-08-25 15:07:18 -07:00
2025-08-25 15:07:18 -07:00
2025-08-25 15:07:18 -07:00
2025-08-25 15:07:18 -07:00
2025-06-20 14:48:49 -07: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
2025-06-09 11:18:18 -07:00
2025-06-09 11:18:18 -07:00
2025-06-11 13:40:31 -07:00
2025-06-11 13:40:31 -07:00
2024-10-14 12:04:31 -07:00
2025-07-24 13:41:35 -07:00
2025-07-24 13:41:35 -07:00
2025-07-25 10:37:56 -07:00
2025-06-20 14:48:56 -07:00
2025-06-09 11:18:18 -07:00
2025-06-09 11:18:18 -07:00
2025-07-26 16:31:43 -07:00
2025-07-26 16:31:43 -07:00
2025-06-26 10:31:05 -07:00
2024-12-09 17:52:42 -03:00
2024-11-08 22:42:57 -08:00
2025-03-13 13:19:27 -07:00
2024-11-08 22:42:57 -08:00
2025-03-05 09:13:19 -08:00
2025-05-13 18:20:46 -03:00
2024-11-13 16:27:35 -03:00
2024-10-10 23:40:32 -07:00
2025-03-13 00:30:08 -07:00
2025-06-24 10:27:50 -07:00
2025-04-10 17:51:31 -07:00
2024-11-16 16:30:39 -03:00
2024-11-16 16:30:39 -03:00
2024-12-23 13:53:08 -03:00
2024-12-23 13:53:08 -03:00