Alan Maguire ([email protected])

Number of posts: 375 (0.2 per day)
First post: 2019-02-11 16:41:13
Last post: 2024-04-23 14:31:19

Date List Subject
2024-04-23 14:31:19 linux-kernel Re: [PATCH] libbpf: extending BTF_KIND_INIT to accommodate some unusual types
2024-03-22 10:15:56 linux-kernel Re: [PATCH] kbuild: disable pahole multithreading for reproducible builds
2024-02-29 09:18:21 linux-kernel Re: [PATCH] fix linux kernel BTF builds: increase max percpu variables by 10x
2024-02-28 12:23:11 linux-kernel Re: [PATCH] fix linux kernel BTF builds: increase max percpu variables by 10x
2023-12-08 10:06:33 linux-kernel Re: [PATCH bpf-next] bpf: Load vmlinux btf for any struct_ops map
2023-11-22 16:46:51 linux-kernel Re: [PATCH] bpf: add __printf() to for printf fmt strings
2023-10-17 12:17:05 linux-kernel Re: [PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
2023-10-11 16:21:00 linux-kernel Re: [PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
2023-10-04 22:08:16 linux-wireless Re: [PATCH 0/4] tracing: improve symbolic printing
2023-10-04 21:36:12 linux-wireless Re: [PATCH 0/4] tracing: improve symbolic printing
2023-10-03 08:59:00 linux-kernel Re: [PATCH v1] bpftool: Align output skeleton ELF code
2023-09-28 11:38:27 linux-kernel Re: The kernel fails to load the ko file because the btf information in the ko file is inconsistent.
2023-09-14 22:58:33 linux-kernel Re: [RFC PATCH v2] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2023-09-14 20:29:51 linux-kernel Re: [RFC PATCH v2] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2023-09-13 21:16:07 linux-kernel Re: [RFC PATCH v2] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2023-08-04 13:16:38 linux-kernel Re: [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task
2023-07-27 13:34:11 linux-kernel Re: [RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY
2023-07-20 23:34:41 linux-kernel Re: [PATCH v2 8/9] selftests/ftrace: Add BTF fields access testcases
2023-07-20 23:34:14 linux-kernel Re: [PATCH v2 9/9] Documentation: tracing: Update fprobe event example with BTF field
2023-07-20 23:10:22 linux-kernel Re: [PATCH v2 3/9] bpf/btf: Add a function to search a member of a struct/union
2023-07-20 22:59:45 linux-kernel Re: [PATCH v2 4/9] tracing/probes: Support BTF based data structure field access
2023-07-20 22:16:37 linux-kernel Re: [PATCH v2 0/9] tracing: Improbe BTF support on probe events
2023-07-19 16:25:52 linux-kernel Re: [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
2023-07-19 12:55:44 linux-kernel Re: [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
2023-07-19 09:25:43 linux-kernel Re: [PATCH v2 0/9] tracing: Improbe BTF support on probe events
2023-05-26 14:54:57 linux-kernel Re: [PATCH] kallsyms: remove unused arch_get_kallsym() helper
2023-04-28 15:37:46 linux-kernel [PATCH v2 tracing 4/6] tracing: support MAC address filter predicates
2023-04-28 15:37:38 linux-kernel [PATCH v2 tracing 2/6] tracing: support IPv4 address filter predicate
2023-04-28 15:37:17 linux-kernel [PATCH v2 tracing 6/6] tracing: document IPv4, IPv6, MAC address and > 8 byte numeric filtering support
2023-04-28 15:37:07 linux-kernel [PATCH v2 tracing 5/6] selftests/ftrace: add test coverage for filter predicates
2023-04-28 15:37:04 linux-kernel [PATCH v2 tracing 3/6] tracing: support IPv6 filter predicates
2023-04-28 15:37:01 linux-kernel [PATCH v2 tracing 0/6] tracing: additional filter predicates
2023-04-28 15:36:46 linux-kernel [PATCH v2 tracing 1/6] tracing: support > 8 byte array filter predicates
2023-04-26 08:54:56 linux-kernel Re: [PATCH tracing 0/3] tracing: support > 8 byte filter predicates
2023-04-25 17:18:06 linux-kernel Re: [PATCH tracing 0/3] tracing: support > 8 byte filter predicates
2023-04-25 16:45:45 linux-kernel Re: [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available
2023-04-25 09:22:35 linux-kernel [PATCH tracing 2/3] selftests/ftrace: add test coverage for filter predicates
2023-04-25 09:21:33 linux-kernel [PATCH tracing 1/3] tracing: support > 8 byte array filter predicates
2023-04-25 09:21:12 linux-kernel [PATCH tracing 3/3] tracing: document > 8 byte numeric filtering support
2023-04-25 09:20:50 linux-kernel [PATCH tracing 0/3] tracing: support > 8 byte filter predicates
2023-04-20 19:14:25 linux-kernel Re: [PATCH v5 6/9] tracing/probes: Support function parameters if BTF is available
2023-02-20 11:41:23 linux-kernel Re: [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests
2023-02-08 11:50:42 linux-kernel Re: [PATCH bpf-next 2/2] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode
2023-01-31 16:35:16 linux-kernel Re: [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
2023-01-23 17:15:01 linux-kernel Re: BTF, pahole and static functions (was Re: [PATCH] libbpf: resolve kernel function name optimization for kprobe)
2023-01-20 13:47:29 linux-kernel BTF, pahole and static functions (was Re: [PATCH] libbpf: resolve kernel function name optimization for kprobe)
2023-01-16 14:43:22 linux-kernel Re: [PATCH bpf-next] selftests/bpf: Fix undeclared identifier build errors of test_bpf_nf.c
2023-01-16 10:45:48 linux-kernel Re: [PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
2023-01-13 14:27:21 linux-kernel Re: [PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
2023-01-12 11:34:48 linux-kernel Re: [PATCH] libbpf: resolve kernel function name optimization for kprobe
2022-08-07 22:44:24 linux-kernel [RFC tracing 4/4] tracing: document > 8 byte numeric filtering support