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-12-14 14:28:16
linux-kernel
[PATCH 03/15] perf: Add build id data in mmap2 event
2020-12-14 11:12:26
linux-kernel
[PATCH 06/15] perf tools: Add support to read build id from compressed elf
2020-12-14 11:11:07
linux-kernel
[PATCH 15/15] perf record: Add --buildid-mmap option to enable mmap's build id
2020-12-14 11:10:48
linux-kernel
[PATCH 14/15] perf buildid-list: Add support for mmap2's buildid events
2020-12-14 11:10:36
linux-kernel
[PATCH 01/15] bpf: Move stack_map_get_build_id into lib
2020-12-14 11:10:12
linux-kernel
[PATCH 08/15] perf tools: Allow mmap2 event to synthesize kernel image
2020-12-14 11:10:11
linux-kernel
[PATCH 07/15] perf tools: Store build id from mmap2 events
2020-12-14 11:10:05
linux-kernel
[PATCH 13/15] perf buildid-cache: Add --debuginfod option
2020-12-14 11:09:58
linux-kernel
[PATCH 10/15] perf tools: Synthesize build id for kernel/modules/tasks
2020-12-14 11:09:39
linux-kernel
[PATCHv5 00/15] perf: Add mmap2 build id support
2020-12-14 02:08:25
linux-kernel
[PATCH 2/8] perf tools: Add debug_set_display_time function
2020-12-13 23:30:20
linux-kernel
[PATCH 5/8] perf daemon: Add signal command
2020-12-13 14:58:41
linux-kernel
[PATCH 7/8] perf daemon: Allow only one daemon over base directory
2020-12-13 14:57:58
linux-kernel
[PATCH 4/8] perf daemon: Add daemon command
2020-12-13 14:57:42
linux-kernel
[PATCH 8/8] perf daemon: Set control fifo for session
2020-12-13 14:56:49
linux-kernel
[PATCH 6/8] perf daemon: Add stop command
2020-12-13 14:56:47
linux-kernel
[PATCH 3/8] perf tools: Add config set interface
2020-12-13 14:54:46
linux-kernel
[PATCH 1/8] perf tools: Add debug_set_file function
2020-12-13 14:54:40
linux-kernel
[RFC 0/8] perf tools: Add daemon command
2020-12-11 15:37:39
linux-kernel
[PATCHv2 0/3] perf tools: Allow to enable/disable events via control pipe
2020-12-10 20:48:14
linux-kernel
[PATCH 2/3] perf tools: Allow to enable/disable events via control file
2020-12-10 20:47:55
linux-kernel
[PATCH 3/3] perf tools: Add evlist/evlist-verbose control commands
2020-12-10 20:47:00
linux-kernel
[PATCH 1/3] perf tools: Add evlist__disable_evsel/evlist__enable_evsel
2020-12-06 17:10:26
linux-kernel
[PATCH 3/3] perf tools: Allow to list events via control file
2020-12-06 17:09:14
linux-kernel
[PATCH 2/3] perf tools: Allow to enable/disable events via control file
2020-12-06 17:09:13
linux-kernel
[PATCH 1/3] perf tools: Add evlist__disable_evsel/evlist__enable_evsel
2020-12-06 17:08:08
linux-kernel
[PATCH 0/3] perf tools: Allow to enable/disable events via control pipe
2020-12-03 23:14:06
linux-kernel
[PATCH] tools build: Add missing libcap to test-all.bin target
2020-11-27 08:38:08
linux-kernel
[PATCH 23/25] perf buildid-cache: Add --debuginfod option
2020-11-27 08:37:50
linux-kernel
[PATCH 16/25] perf tools: Synthesize build id for kernel/modules/tasks
2020-11-27 08:36:34
linux-kernel
[PATCH 22/25] perf buildid-cache: Add support to add build ids from perf data
2020-11-27 08:36:24
linux-kernel
[PATCH 17/25] perf tools: Add support to display build id for mmap2 events
2020-11-26 17:08:35
linux-kernel
[PATCH 24/25] perf buildid-list: Add support for mmap2's buildid events
2020-11-26 17:08:13
linux-kernel
[PATCH 11/25] perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
2020-11-26 17:08:06
linux-kernel
[PATCH 25/25] perf record: Add --buildid-mmap option to enable mmap's build id
2020-11-26 17:07:30
linux-kernel
[PATCH 19/25] perf tools: Add __perf_session__cache_build_ids function
2020-11-26 17:06:39
linux-kernel
[PATCH 13/25] perf tools: Store build id from mmap2 events
2020-11-26 17:06:31
linux-kernel
[PATCH 21/25] perf tools: Add build_id_cache__add function
2020-11-26 17:05:28
linux-kernel
[PATCH 18/25] perf tools: Use machine__for_each_dso in perf_session__cache_build_ids
2020-11-26 17:05:24
linux-kernel
[PATCH 20/25] perf tools: Add is_perf_data function
2020-11-26 17:05:10
linux-kernel
[PATCH 15/25] perf tools: Allow mmap2 event to synthesize modules
2020-11-26 17:05:03
linux-kernel
[PATCH 14/25] perf tools: Allow mmap2 event to synthesize kernel image
2020-11-26 17:04:55
linux-kernel
[PATCH 10/25] perf tools: Add check for existing link in buildid dir
2020-11-26 17:04:49
linux-kernel
[PATCH 12/25] perf tools: Try to load vmlinux from buildid database
2020-11-26 17:04:44
linux-kernel
[PATCH 09/25] perf tools: Add support to read build id from compressed elf
2020-11-26 17:04:36
linux-kernel
[PATCH 08/25] perf tools: Add filename__decompress function
2020-11-26 17:04:33
linux-kernel
[PATCH 06/25] perf tools: Do not swap mmap2 fields in case it contains build id
2020-11-26 17:04:31
linux-kernel
[PATCH 07/25] perf tools: Add build_id__is_defined function
2020-11-26 17:04:21
linux-kernel
[PATCH 05/25] tools lib: Adopt memchr_inv() from kernel
2020-11-26 17:04:13
linux-kernel
[PATCH 04/25] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
2020-11-26 17:04:11
linux-kernel
[PATCH 03/25] perf: Add build id data in mmap2 event