summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat/memstat_uma.c
Commit message (Expand)AuthorAgeFilesLines
* Refine UMA bucket allocation to reduce space consumption and improvejeff2013-06-181-1/+1
* Const-ify the zone name argument to uma_zcreate(9).mdf2012-10-261-1/+1
* Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nestedpluknet2011-09-021-1/+0
* Get rid of MAXCPU knowledge used for internal needs only. Switch topluknet2011-08-011-20/+9
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* Fix a mismerge.attilio2011-05-081-0/+1
* Revert MAXCPU introduction. In userland it is always 1.attilio2011-05-081-3/+2
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+9
* Remove the redefinition of MEMSTAT_MAXCPU and just use MAXCPU for that.attilio2011-05-021-4/+5
* Add a new column to the output of vmstat -z to indicate the numbersbruno2010-06-151-0/+2
* Update copyright for 2006.rwatson2006-02-111-1/+1
* The uma_zone data structure defines the size of its uz_cpu[] array as 1,rwatson2006-02-111-2/+24
* When reporting an error reading from UMA per-cpu cache pointers using KVM,rwatson2006-02-111-4/+2
* Read all_cpus variable out of kmem, and validate CPUs against the all_cpusrwatson2006-02-111-0/+10
* Correct a typo in the extraction of zone information from UMA using kmem:rwatson2006-02-111-1/+1
* Remove unnecessary and undesirable 'static' from function-local kegrwatson2006-01-161-1/+1
* Define LIBMEMSTAT so that vm_page.h won't perform a nested include ofrwatson2005-08-041-9/+1
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routinerwatson2005-08-011-0/+213
* Correct two libmemstat(3) bugs:rwatson2005-08-011-2/+2
* If a retrieved UMA zone is a secondary zone, don't report keg free items,rwatson2005-07-251-1/+10
* Introduce more formal error handling for libmemstat(3):rwatson2005-07-241-29/+22
* Prefix two non-static libmemstat(3) internal functions with '_' symbols, torwatson2005-07-231-7/+2
* UMA supports "secondary" zones, in which a second zone can be layeredrwatson2005-07-201-1/+2
* Teach libmemstat(3) about UMA(9) failure statistics.rwatson2005-07-151-0/+1
* Re-spell wronge less wrongly as wrong.rwatson2005-07-151-2/+2
* Properly combine per-CPU UMA cache allocation and free counts with therwatson2005-07-141-4/+5
* Add libmemstat(3), a library for use by debugging and monitoringrwatson2005-07-141-0/+230
OpenPOWER on IntegriCloud