]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the driver stats to what they really are: unsigned values.
authorjtl <jtl@FreeBSD.org>
Mon, 16 Nov 2015 15:16:09 +0000 (15:16 +0000)
committerjtl <jtl@FreeBSD.org>
Mon, 16 Nov 2015 15:16:09 +0000 (15:16 +0000)
commit327d3d0e6451a94c03f79509ba4669cb20da0597
treece088ae977e482438ba673312dd0df82c95e220d
parent3f00265ee4a7881a5c545a210732d56466e8890d
Change the driver stats to what they really are: unsigned values.

When pmcstat exits after some samples were dropped, give the user an
idea of how many were lost. (Granted, these are global numbers, but
they may still help quantify the scope of the loss.)

Differential Revision: https://reviews.freebsd.org/D4123
Approved by: gnn (mentor)
MFC after: 1 month
Sponsored by: Juniper Networks
lib/libpmc/pmc.h
sys/sys/pmc.h
usr.sbin/pmcstat/pmcstat.c