Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_allo…
…c_node+0x0' commit 7bd230a ("mm/slab: enable slab allocation tagging for kmalloc and friends") [1] swap kmem_cache_alloc_node() to kmem_cache_alloc_node_noprof(). linux/samples/bpf$ sudo ./tracex4 libbpf: prog 'bpf_prog2': failed to create kretprobe 'kmem_cache_alloc_node+0x0' perf event: No such file or directory ERROR: bpf_program__attach failed Signed-off-by: Rong Tao <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: torvalds/linux@7bd230a Link: https://lore.kernel.org/bpf/[email protected]
- Loading branch information