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-17 11:03:31
linux-kernel
[PATCH 04/24] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
2020-11-17 11:03:21
linux-kernel
[PATCH 02/24] bpf: Add size arg to build_id_parse function
2020-11-17 11:02:56
linux-kernel
[PATCHv2 00/24] perf: Add mmap2 build id support
2020-11-09 22:00:44
linux-kernel
[PATCH 14/24] perf tools: Allow mmap2 event to synthesize modules
2020-11-09 22:00:30
linux-kernel
[PATCH 15/24] perf tools: Synthesize build id for kernel/modules/tasks
2020-11-09 22:00:30
linux-kernel
[PATCH 20/24] perf tools: Add build_id_cache__add function
2020-11-09 22:00:20
linux-kernel
[PATCH 22/24] perf buildid-cache: Add --debuginfod option
2020-11-09 21:59:32
linux-kernel
[PATCH 13/24] perf tools: Allow mmap2 event to synthesize kernel image
2020-11-09 21:59:18
linux-kernel
[PATCH 10/24] perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
2020-11-09 21:58:34
linux-kernel
[PATCH 18/24] perf tools: Add __perf_session__cache_build_ids function
2020-11-09 21:58:27
linux-kernel
[PATCH 24/24] perf record: Add --buildid-mmap option to enable mmap's build id
2020-11-09 21:58:22
linux-kernel
[PATCH 23/24] perf buildid-list: Add support for mmap2's buildid events
2020-11-09 21:58:20
linux-kernel
[PATCH 21/24] perf buildid-cache: Add support to add build ids from perf data
2020-11-09 21:58:08
linux-kernel
[PATCH 19/24] perf tools: Add is_perf_data function
2020-11-09 21:58:00
linux-kernel
[PATCH 17/24] perf tools: Use machine__for_each_dso in perf_session__cache_build_ids
2020-11-09 21:57:52
linux-kernel
[PATCH 16/24] perf tools: Add support to display build id for mmap2 events
2020-11-09 21:57:36
linux-kernel
[PATCH 12/24] perf tools: Store build id from mmap2 events
2020-11-09 21:57:25
linux-kernel
[PATCH 11/24] perf tools: Try to load vmlinux from buildid database
2020-11-09 21:57:13
linux-kernel
[PATCH 08/24] perf tools: Add support to read build id from compressed elf
2020-11-09 21:57:13
linux-kernel
[PATCH 09/24] perf tools: Add check for existing link in buildid dir
2020-11-09 21:57:04
linux-kernel
[PATCH 07/24] perf tools: Add filename__decompress function
2020-11-09 21:56:58
linux-kernel
[PATCH 06/24] perf tools: Add build_id__is_defined function
2020-11-09 21:56:52
linux-kernel
[PATCH 05/24] perf tools: Do not swap mmap2 fields in case it contains build id
2020-11-09 21:56:44
linux-kernel
[PATCH 04/24] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
2020-11-09 21:56:37
linux-kernel
[PATCH 02/24] bpf: Add build_id_parse_size function
2020-11-09 21:56:29
linux-kernel
[PATCH 03/24] perf: Add build id data in mmap2 event
2020-11-09 21:56:25
linux-kernel
[PATCH 01/24] bpf: Move stack_map_get_build_id into lib
2020-11-09 21:56:22
linux-kernel
[PATCH 00/24] perf: Add mmap2 build id support
2020-11-01 23:34:47
linux-kernel
[PATCH 2/2] perf tools: Add missing swap for ino_generation
2020-11-01 23:33:00
linux-kernel
[PATCH 1/2] perf tools: Initialize output buffer in build_id__sprintf
2020-10-14 10:01:37
linux-kernel
[PATCH 9/9] perf tools: Add build id shell test
2020-10-14 10:00:32
linux-kernel
[PATCH 8/9] perf tools: Align buildid list output for short build ids
2020-10-14 02:57:10
linux-kernel
[PATCH 5/9] perf tools: Pass build_id object to dso__set_build_id
2020-10-14 02:56:11
linux-kernel
[PATCH 4/9] perf tools: Pass build_id object to build_id__sprintf
2020-10-14 02:55:17
linux-kernel
[PATCHv2 0/9] perf tools: Add support for build id with different sizes
2020-10-13 19:45:09
linux-kernel
[PATCH 7/9] perf tools: Add size to struct perf_record_header_build_id
2020-10-13 19:44:58
linux-kernel
[PATCH 6/9] perf tools: Pass build_id object to dso__build_id_equal
2020-10-13 19:44:41
linux-kernel
[PATCH 3/9] perf tools: Pass build id object to sysfs__read_build_id
2020-10-13 19:44:30
linux-kernel
[PATCH 2/9] perf tools: Pass build_id object to filename__read_build_id
2020-10-13 19:44:22
linux-kernel
[PATCH 1/9] perf tools: Use build_id object in dso
2020-09-30 17:25:12
linux-kernel
[PATCH 6/9] perf tools: Pass build_id object to dso__set_build_id
2020-09-30 17:23:26
linux-kernel
[PATCH 9/9] perf tools: Align buildid list output for short build ids
2020-09-30 17:19:42
linux-kernel
[PATCH 3/9] perf tools: Pass build_id object to filename__read_build_id
2020-09-30 17:19:04
linux-kernel
[PATCH 5/9] perf tools: Pass build_id object to build_id__sprintf
2020-09-30 17:19:00
linux-kernel
[PATCH 7/9] perf tools: Pass build_id object to dso__build_id_equal
2020-09-30 17:18:50
linux-kernel
[PATCH 4/9] perf tools: Pass build id object to sysfs__read_build_id
2020-09-30 17:18:47
linux-kernel
[PATCH 1/9] perf tools: Add build id shell test
2020-09-30 17:17:54
linux-kernel
[PATCH 8/9] perf tools: Add size to struct perf_record_header_build_id
2020-09-30 17:17:02
linux-kernel
[PATCH 2/9] perf tools: Use build_id object in dso
2020-09-30 17:16:55
linux-kernel
[PATCH 0/9] perf tools: Add support for build id with different sizes
2020-09-28 20:19:29
linux-kernel
[PATCH] perf tools: Fix printable strings in python3 scripts