summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat
Commit message (Expand)AuthorAgeFilesLines
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routinerwatson2005-08-015-2/+248
* Correct two libmemstat(3) bugs:rwatson2005-08-014-4/+12
* If a retrieved UMA zone is a secondary zone, don't report keg free items,rwatson2005-07-251-1/+10
* Having decided not to provide a libmemstat(3) error number to textrwatson2005-07-244-3/+38
* Document additional aspects of libmemstat(3):rwatson2005-07-242-0/+171
* Introduce more formal error handling for libmemstat(3):rwatson2005-07-245-66/+78
* Prefix two non-static libmemstat(3) internal functions with '_' symbols, torwatson2005-07-234-19/+12
* UMA supports "secondary" zones, in which a second zone can be layeredrwatson2005-07-205-1/+14
* Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happilyrwatson2005-07-181-1/+1
* Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly.rwatson2005-07-171-0/+2
* Teach libmemstat(3) about UMA(9) failure statistics.rwatson2005-07-151-0/+1
* Provide more documentation on caller-owned storage in struct memory_type,rwatson2005-07-151-7/+20
* Increase the number of caller memory storage slots from 2 or 4 torwatson2005-07-152-8/+12
* Add a section on the allocator name space and its interactions withrwatson2005-07-151-0/+22
* Re-spell wronge less wrongly as wrong.rwatson2005-07-152-4/+4
* 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-148-0/+1402
OpenPOWER on IntegriCloud