Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a37933c3 authored by Jason Liu's avatar Jason Liu Committed by Pekka Enberg
Browse files

slub: doc: update the slabinfo.c file path



slabinfo.c has been moved from Documentaion/vm/ to
tools/slub/ by commit:0d24db33

Update the slub.txt doc to reflect this change too.

Signed-off-by: default avatarJason Liu <jason.hui@linaro.org>
Acked-by: default avatarChristoph Lameter <cl@linux-foundation.org>
Acked-by: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent ffc79d28
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@ page_migration
	- description of page migration in NUMA systems.
pagemap.txt
	- pagemap, from the userspace perspective
slabinfo.c
	- source code for a tool to get reports about slabs.
slub.txt
	- a short users guide for SLUB.
unevictable-lru.txt
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists
slabs that have data in them. See "slabinfo -h" for more options when
running the command. slabinfo can be compiled with

gcc -o slabinfo Documentation/vm/slabinfo.c
gcc -o slabinfo tools/slub/slabinfo.c

Some of the modes of operation of slabinfo require that slub debugging
be enabled on the command line. F.e. no tracking information will be