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
2022-04-28 09:22:38
linux-kernel
[PATCHv3 bpf-next 1/5] kallsyms: Fully export kallsyms_on_each_symbol function
2022-04-28 07:36:27
linux-kernel
[PATCHv3 bpf-next 3/5] fprobe: Resolve symbols with ftrace_lookup_symbols
2022-04-27 23:22:05
linux-kernel
[PATCHv3 bpf-next 5/5] selftests/bpf: Add attach bench test
2022-04-27 23:02:42
linux-kernel
[PATCHv3 bpf-next 2/5] ftrace: Add ftrace_lookup_symbols function
2022-04-27 22:53:55
linux-kernel
[PATCHv3 bpf-next 4/5] bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
2022-04-20 00:47:57
linux-kernel
[PATCHv2 bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
2022-04-19 11:13:17
linux-kernel
[PATCHv2 bpf-next 4/4] selftests/bpf: Add attach bench test
2022-04-18 16:52:32
linux-kernel
[PATCHv2 bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
2022-04-18 15:56:42
linux-kernel
[PATCHv2 bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
2022-04-18 15:19:06
linux-kernel
[PATCHv2 bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
2022-04-07 21:17:31
linux-kernel
[RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
2022-04-07 21:00:20
linux-kernel
[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
2022-04-07 20:27:35
linux-kernel
[RFC bpf-next 4/4] selftests/bpf: Add attach bench test
2022-04-07 20:09:05
linux-kernel
[RFC bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
2022-04-07 15:33:16
linux-kernel
[RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
2022-03-21 22:38:56
linux-kernel
[PATCH bpf-next 1/2] Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
2022-03-21 22:21:51
linux-kernel
[PATCH bpf-next 2/2] bpf: Fix kprobe_multi return probe backtrace
2022-03-21 20:16:48
linux-kernel
[PATCH bpf-next 0/2] bpf: Fix kprobe_multi return probe backtrace
2022-03-17 06:26:45
linux-kernel
[PATCHv3 bpf-next 11/13] selftests/bpf: Add kprobe_multi bpf_cookie test
2022-03-17 06:23:44
linux-kernel
[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
2022-03-17 05:55:46
linux-kernel
[PATCHv3 bpf-next 03/13] bpf: Add multi kprobe link
2022-03-17 05:40:06
linux-kernel
[PATCHv3 bpf-next 01/13] lib/sort: Add priv pointer to swap function
2022-03-17 05:21:38
linux-kernel
[PATCHv3 bpf-next 13/13] selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_opts
2022-03-17 05:17:26
linux-kernel
[PATCHv3 bpf-next 12/13] selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_opts
2022-03-17 05:15:48
linux-kernel
[PATCHv3 bpf-next 06/13] bpf: Add cookie support to programs attached with kprobe multi link
2022-03-17 05:00:10
linux-kernel
[PATCHv3 bpf-next 10/13] selftests/bpf: Add kprobe_multi attach test
2022-03-17 04:19:52
linux-kernel
[PATCHv3 bpf-next 09/13] libbpf: Add bpf_program__attach_kprobe_multi_opts function
2022-03-17 04:05:31
linux-kernel
[PATCHv3 bpf-next 04/13] bpf: Add bpf_get_func_ip kprobe helper for multi kprobe link
2022-03-17 03:44:06
linux-kernel
[PATCHv3 bpf-next 05/13] bpf: Add support to inline bpf_get_func_ip helper on x86
2022-03-17 03:22:55
linux-kernel
[PATCHv3 bpf-next 02/13] kallsyms: Skip the name search for empty string
2022-03-16 15:43:03
linux-kernel
[PATCHv3 bpf-next 07/13] libbpf: Add libbpf_kallsyms_parse function
2022-03-16 13:12:54
linux-kernel
[PATCHv3 bpf-next 08/13] libbpf: Add bpf_link_create support for multi kprobes
2022-02-24 16:42:43
linux-kernel
[PATCH 2/2] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage
2022-02-24 16:39:30
linux-kernel
[PATCHv3 0/2] perf/bpf: Replace deprecated code
2022-02-24 16:39:29
linux-kernel
[PATCH 1/2] perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
2022-02-23 02:36:00
linux-kernel
[PATCH 01/10] lib/sort: Add priv pointer to swap function
2022-02-23 02:09:17
linux-kernel
[PATCH 06/10] libbpf: Add libbpf_kallsyms_parse function
2022-02-22 23:18:24
linux-kernel
[PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
2022-02-22 22:04:28
linux-kernel
[PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values
2022-02-22 20:51:46
linux-kernel
[PATCH 03/10] bpf: Add bpf_get_func_ip kprobe helper for multi kprobe link
2022-02-22 19:30:11
linux-kernel
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-02-22 17:59:48
linux-kernel
[PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes
2022-02-22 17:59:48
linux-kernel
[PATCH 04/10] bpf: Add support to inline bpf_get_func_ip helper on x86
2022-02-22 17:30:41
linux-kernel
[PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
2022-02-22 17:28:54
linux-kernel
[PATCH 02/10] bpf: Add multi kprobe link
2022-02-22 17:27:13
linux-kernel
[PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts support for multi kprobes
2022-02-18 00:16:17
linux-kernel
[PATCH 1/3] perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
2022-02-18 00:14:59
linux-kernel
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-17 21:55:06
linux-kernel
[PATCH 3/3] perf tools: Rework prologue generation code
2022-02-17 14:09:47
linux-kernel
[PATCH 2/3] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage
2022-02-16 03:55:33
linux-kernel
[PATCH] libperf: Fix perf_cpu_map__for_each_cpu macro