Searched refs:slabinfo (Results 1 – 10 of 10) sorted by relevance
10 * gcc -o slabinfo slabinfo.c28 struct slabinfo { struct 49 } slabinfo[MAX_SLABS]; variable 54 struct slabinfo *slab;113 printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n" in usage() 114 "slabinfo [-aABDefhilLnoPrsStTUvXz1] [N=K] [-dafzput] [slab-regexp]\n" in usage() 207 static void set_obj(struct slabinfo *s, const char *name, int n)221 static unsigned long read_slab_obj(struct slabinfo *s, const char *name)240 static unsigned long read_debug_slab_obj(struct slabinfo * in read_slab_obj() [all...]
6 BUILD_TARGETS=page-types slabinfo page_owner_sort page_owner_filter thp_swap_allocator_test26 $(RM) page-types slabinfo page_owner_sort page_owner_filter thp_swap_allocator_test
2 slabinfo
15 Typically one would then use the ``slabinfo`` command to get statistical16 data and perform operation on the slabs. By default ``slabinfo`` only lists17 slabs that have data in them. See "slabinfo -h" for more options when18 running the command. ``slabinfo`` can be compiled with21 gcc -o slabinfo tools/mm/slabinfo.c23 Some of the modes of operation of ``slabinfo`` require that slub debugging126 ``slabinfo -a`` displays which slabs were merged together.132 order to do so you must have the ``slabinfo`` tool. Then you can do135 slabinfo -v140 In that case ``slabinfo -v`` simply tests all reachable objects. Usually[all …]
277 def slabinfo(): function324 slabinfo()
506 struct slabinfo { struct519 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
1147 struct slabinfo sinfo; in cache_show()1176 struct slabinfo sinfo; in dump_unreclaimable_slab()
10108 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
311 entries of /proc/slabinfo325 (see /proc/slabinfo)
25204 F: tools/mm/slabinfo-gnuplot.sh25205 F: tools/mm/slabinfo.c