LinuxLists
Users
About
Jiri Olsa (
[email protected]
)
Number of posts: 2643 (0.71 per day)
First post: 2014-04-24 15:40:57
Last post: 2024-06-14 10:17:38
Previous Page
/
Next Page
Date
List
Subject
2020-11-26 17:04:09
linux-kernel
[PATCH 02/25] bpf: Add size arg to build_id_parse function
2020-11-26 17:03:53
linux-kernel
[PATCH 01/25] bpf: Move stack_map_get_build_id into lib
2020-11-26 17:03:43
linux-kernel
[PATCHv4 00/25] perf: Add mmap2 build id support
2020-11-24 00:41:09
linux-kernel
[PATCH 14/25] perf tools: Allow mmap2 event to synthesize kernel image
2020-11-23 23:13:47
linux-kernel
[PATCH 16/25] perf tools: Synthesize build id for kernel/modules/tasks
2020-11-23 23:13:22
linux-kernel
[PATCH 24/25] perf buildid-list: Add support for mmap2's buildid events
2020-11-23 23:12:55
linux-kernel
[PATCH 20/25] perf tools: Add is_perf_data function
2020-11-23 23:12:45
linux-kernel
[PATCH 21/25] perf tools: Add build_id_cache__add function
2020-11-23 23:12:43
linux-kernel
[PATCH 19/25] perf tools: Add __perf_session__cache_build_ids function
2020-11-23 23:12:30
linux-kernel
[PATCH 17/25] perf tools: Add support to display build id for mmap2 events
2020-11-23 23:12:15
linux-kernel
[PATCH 15/25] perf tools: Allow mmap2 event to synthesize modules
2020-11-23 23:11:35
linux-kernel
[PATCH 25/25] perf record: Add --buildid-mmap option to enable mmap's build id
2020-11-23 23:11:35
linux-kernel
[PATCH 08/25] perf tools: Add filename__decompress function
2020-11-23 23:11:31
linux-kernel
[PATCH 11/25] perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
2020-11-23 23:10:55
linux-kernel
[PATCH 23/25] perf buildid-cache: Add --debuginfod option
2020-11-23 23:10:47
linux-kernel
[PATCH 05/25] tools lib: Adopt memchr_inv() from kernel
2020-11-23 23:10:47
linux-kernel
[PATCH 22/25] perf buildid-cache: Add support to add build ids from perf data
2020-11-23 23:10:46
linux-kernel
[PATCH 18/25] perf tools: Use machine__for_each_dso in perf_session__cache_build_ids
2020-11-23 23:10:37
linux-kernel
[PATCH 09/25] perf tools: Add support to read build id from compressed elf
2020-11-23 23:10:37
linux-kernel
[PATCH 10/25] perf tools: Add check for existing link in buildid dir
2020-11-23 23:10:15
linux-kernel
[PATCH 13/25] perf tools: Store build id from mmap2 events
2020-11-23 23:09:41
linux-kernel
[PATCH 12/25] perf tools: Try to load vmlinux from buildid database
2020-11-23 23:09:33
linux-kernel
[PATCH 07/25] perf tools: Add build_id__is_defined function
2020-11-23 23:09:26
linux-kernel
[PATCH 06/25] perf tools: Do not swap mmap2 fields in case it contains build id
2020-11-23 23:09:02
linux-kernel
[PATCH 04/25] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
2020-11-23 23:08:50
linux-kernel
[PATCH 03/25] perf: Add build id data in mmap2 event
2020-11-23 23:08:46
linux-kernel
[PATCH 02/25] bpf: Add size arg to build_id_parse function
2020-11-23 23:08:43
linux-kernel
[PATCH 01/25] bpf: Move stack_map_get_build_id into lib
2020-11-23 23:07:22
linux-kernel
[PATCHv3 00/25] perf: Add mmap2 build id support
2020-11-17 11:07:01
linux-kernel
[PATCH 19/24] perf tools: Add is_perf_data function
2020-11-17 11:06:48
linux-kernel
[PATCH 18/24] perf tools: Add __perf_session__cache_build_ids function
2020-11-17 11:06:29
linux-kernel
[PATCH 24/24] perf record: Add --buildid-mmap option to enable mmap's build id
2020-11-17 11:06:27
linux-kernel
[PATCH 15/24] perf tools: Synthesize build id for kernel/modules/tasks
2020-11-17 11:06:19
linux-kernel
[PATCH 22/24] perf buildid-cache: Add --debuginfod option
2020-11-17 11:06:18
linux-kernel
[PATCH 23/24] perf buildid-list: Add support for mmap2's buildid events
2020-11-17 11:06:16
linux-kernel
[PATCH 12/24] perf tools: Store build id from mmap2 events
2020-11-17 11:06:15
linux-kernel
[PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image
2020-11-17 11:06:03
linux-kernel
[PATCH 10/24] perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
2020-11-17 11:05:44
linux-kernel
[PATCH 21/24] perf buildid-cache: Add support to add build ids from perf data
2020-11-17 11:05:38
linux-kernel
[PATCH 07/24] perf tools: Add filename__decompress function
2020-11-17 11:05:05
linux-kernel
[PATCH 20/24] perf tools: Add build_id_cache__add function
2020-11-17 11:04:59
linux-kernel
[PATCH 01/24] bpf: Move stack_map_get_build_id into lib
2020-11-17 11:04:51
linux-kernel
[PATCH 08/24] perf tools: Add support to read build id from compressed elf
2020-11-17 11:04:49
linux-kernel
[PATCH 17/24] perf tools: Use machine__for_each_dso in perf_session__cache_build_ids
2020-11-17 11:04:37
linux-kernel
[PATCH 16/24] perf tools: Add support to display build id for mmap2 events
2020-11-17 11:04:23
linux-kernel
[PATCH 14/24] perf tools: Allow mmap2 event to synthesize modules
2020-11-17 11:04:10
linux-kernel
[PATCH 11/24] perf tools: Try to load vmlinux from buildid database
2020-11-17 11:03:52
linux-kernel
[PATCH 09/24] perf tools: Add check for existing link in buildid dir
2020-11-17 11:03:49
linux-kernel
[PATCH 05/24] perf tools: Do not swap mmap2 fields in case it contains build id
2020-11-17 11:03:37
linux-kernel
[PATCH 03/24] perf: Add build id data in mmap2 event
2020-11-17 11:03:32
linux-kernel
[PATCH 06/24] perf tools: Add build_id__is_defined function