summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorHengqi Chen <hengqi.chen@gmail.com>2026-02-10 19:31:17 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2026-02-10 19:31:17 +0800
commit4ab17e762b34c847478f694932c4cd4b1ac2c343 (patch)
tree13db9695c20acffc18be4ffc34cd42502a8493f0 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentf5db714646c0a90842f7c09cda72b7844a46a179 (diff)
LoongArch: BPF: Use BPF prog pack allocator
Use bpf_jit_binary_pack_alloc() for BPF JIT binaries. The BPF prog pack allocator creates a pair of RW and RX buffers. The BPF JIT writes the program into the RW buffer. When the JIT is done, the program is copied to the final RX buffer with bpf_jit_binary_pack_finalize(). Acked-by: Tiezhu Yang <yangtiezhu@loongson.cn> Tested-by: Vincent Li <vincent.mc.li@gmail.com> Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions