summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-11-20 12:32:34 +0000
committermav <mav@FreeBSD.org>2013-11-20 12:32:34 +0000
commit5fe72bbb47675aac5d9d25db8f92d26a8445aa26 (patch)
tree81c22f02a7a94eec6766c329b0eb22cdd282564d /tools
parent5499e7013c821d0c86b36d04e45f19521899a131 (diff)
downloadFreeBSD-src-5fe72bbb47675aac5d9d25db8f92d26a8445aa26.zip
FreeBSD-src-5fe72bbb47675aac5d9d25db8f92d26a8445aa26.tar.gz
Print some more flags.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/umastat/umastat.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/tools/umastat/umastat.c b/tools/tools/umastat/umastat.c
index 7a3901b..77bc590 100644
--- a/tools/tools/umastat/umastat.c
+++ b/tools/tools/umastat/umastat.c
@@ -117,6 +117,9 @@ static const struct flaginfo {
u_int32_t fi_flag;
const char *fi_name;
} flaginfo[] = {
+ { UMA_ZFLAG_MULTI, "multi" },
+ { UMA_ZFLAG_DRAINING, "draining" },
+ { UMA_ZFLAG_BUCKET, "bucket" },
{ UMA_ZFLAG_INTERNAL, "internal" },
{ UMA_ZFLAG_FULL, "full" },
{ UMA_ZFLAG_CACHEONLY, "cacheonly" },
@@ -132,6 +135,10 @@ static const struct flaginfo {
{ UMA_ZONE_SECONDARY, "secondary" },
{ UMA_ZONE_REFCNT, "refcnt" },
{ UMA_ZONE_MAXBUCKET, "maxbucket" },
+ { UMA_ZONE_CACHESPREAD, "cachespread" },
+ { UMA_ZONE_VTOSLAB, "vtoslab" },
+ { UMA_ZONE_NODUMP, "nodump" },
+ { UMA_ZONE_PCPU, "pcpu" },
};
static const int flaginfo_count = sizeof(flaginfo) / sizeof(struct flaginfo);
OpenPOWER on IntegriCloud