]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When printing the map with the ddb 'show procvm' command, do not dump
authorkib <kib@FreeBSD.org>
Sat, 10 May 2014 16:36:13 +0000 (16:36 +0000)
committerkib <kib@FreeBSD.org>
Sat, 10 May 2014 16:36:13 +0000 (16:36 +0000)
commit32f811c3b535d33060cd5ab54185078cdb0117c8
treef7ff104f1eef771470e887da4317928e7cd58060
parent90e904e4817c775eff50c79cc9a434a583401041
When printing the map with the ddb 'show procvm' command, do not dump
page queues for the backing objects.  The queues are huge and clutter
the display, when mostly the map entries and its backing storage is
interesting.

The page queues can be seen with ddb 'show object' command.

Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sys/vm/vm_map.c