On Fri, Mar 08, 2019 at 03:14:14PM +1100, Tobin C. Harding wrote: > -F lists caches that support object migration. Maybe -M? > > -C lists caches that use a ctor. > > Add command line options to show caches with a constructor and caches > with that are migratable (i.e. have isolate and migrate functions). > > Co-developed-by: Christoph Lameter <cl@xxxxxxxxx> > Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx> > --- > tools/vm/slabinfo.c | 40 ++++++++++++++++++++++++++++++++++++---- > 1 file changed, 36 insertions(+), 4 deletions(-) Thanks!