]> Git Repo - linux.git/commit
mm/slab_common: unify NUMA and UMA version of tracepoints
authorHyeonggon Yoo <[email protected]>
Wed, 17 Aug 2022 10:18:23 +0000 (19:18 +0900)
committerVlastimil Babka <[email protected]>
Thu, 1 Sep 2022 08:40:27 +0000 (10:40 +0200)
commit11e9734bcb6a7361943f993eba4e97f5812120d8
treeb1749d7a8ec5a2c805d727df95223c1c6bf5cc62
parent26a40990ba052e6f553256f9d0f112452b992a38
mm/slab_common: unify NUMA and UMA version of tracepoints

Drop kmem_alloc event class, rename kmem_alloc_node to kmem_alloc, and
remove _node postfix for NUMA version of tracepoints.

This will break some tools that depend on {kmem_cache_alloc,kmalloc}_node,
but at this point maintaining both kmem_alloc and kmem_alloc_node
event classes does not makes sense at all.

Signed-off-by: Hyeonggon Yoo <[email protected]>
Reviewed-by: Vlastimil Babka <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>
include/trace/events/kmem.h
mm/slab.c
mm/slab_common.c
mm/slob.c
mm/slub.c
This page took 0.060604 seconds and 4 git commands to generate.