diff options
author | 2024-10-10 16:25:04 -0700 | |
---|---|---|
committer | 2024-10-16 09:21:03 -0700 | |
commit | a992d7a3979120fbd7c13435d27b3da8d9ed095a (patch) | |
tree | ac4a2fe921d176f96bc30919136ae1f00b7be387 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bpf: Add kmem_cache iterator (diff) | |
download | wireguard-linux-a992d7a3979120fbd7c13435d27b3da8d9ed095a.tar.xz wireguard-linux-a992d7a3979120fbd7c13435d27b3da8d9ed095a.zip |
mm/bpf: Add bpf_get_kmem_cache() kfunc
The bpf_get_kmem_cache() is to get a slab cache information from a
virtual address like virt_to_cache(). If the address is a pointer
to a slab object, it'd return a valid kmem_cache pointer, otherwise
NULL is returned.
It doesn't grab a reference count of the kmem_cache so the caller is
responsible to manage the access. The returned point is marked as
PTR_UNTRUSTED.
The intended use case for now is to symbolize locks in slab objects
from the lock contention tracepoints.
Suggested-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Roman Gushchin <roman.gushchin@linux.dev> (mm/*)
Acked-by: Vlastimil Babka <vbabka@suse.cz> #mm/slab
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20241010232505.1339892-3-namhyung@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions