aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat
Commit message (Expand)AuthorAgeFilesLines
* Update the KVM backend for malloc stats to catch up to the internal structureJohn Baldwin2009-05-151-6/+5
* Make pointer argument to kread_string() const since the kernel structureRobert Watson2007-05-211-3/+4
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Fix a comment in memstat.h: errors are associated with memory type lists,Robert Watson2007-03-151-1/+1
* Increase the number of CPUs to 32 to suit sun4v.John Birrell2006-07-261-1/+1
* Update copyright for 2006.Robert Watson2006-02-111-1/+1
* The uma_zone data structure defines the size of its uz_cpu[] array as 1,Robert Watson2006-02-111-2/+24
* When reporting an error reading from UMA per-cpu cache pointers using KVM,Robert Watson2006-02-111-4/+2
* Read all_cpus variable out of kmem, and validate CPUs against the all_cpusRobert Watson2006-02-111-0/+10
* Correct a typo in the extraction of zone information from UMA using kmem:Robert Watson2006-02-111-1/+1
* Remove unnecessary and undesirable 'static' from function-local kegRobert Watson2006-01-161-1/+1
* Tidy up markup and fix two bugs.Ruslan Ermilov2005-11-211-77/+93
* Add symlinks for kvm access methods for memstat(3).Robert Watson2005-11-131-0/+3
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+2
* The "Mbuf" zone was renamed "mbuf" to improve consistency, but the codeRobert Watson2005-08-151-4/+4
* Document kvm(3)-related error constants, and correct minor formattingRobert Watson2005-08-091-2/+20
* Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),Robert Watson2005-08-064-7/+190
* Define LIBMEMSTAT so that vm_page.h won't perform a nested include ofRobert Watson2005-08-041-9/+1
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routineRobert Watson2005-08-015-2/+248
* Correct two libmemstat(3) bugs:Robert Watson2005-08-014-4/+12
* If a retrieved UMA zone is a secondary zone, don't report keg free items,Robert Watson2005-07-251-1/+10
* Having decided not to provide a libmemstat(3) error number to textRobert Watson2005-07-244-3/+38
* Document additional aspects of libmemstat(3):Robert Watson2005-07-242-0/+171
* Introduce more formal error handling for libmemstat(3):Robert Watson2005-07-245-66/+78
* Prefix two non-static libmemstat(3) internal functions with '_' symbols, toRobert Watson2005-07-234-19/+12
* UMA supports "secondary" zones, in which a second zone can be layeredRobert Watson2005-07-205-1/+14
* Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happilyRobert Watson2005-07-181-1/+1
* Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly.Robert Watson2005-07-171-0/+2
* Teach libmemstat(3) about UMA(9) failure statistics.Robert Watson2005-07-151-0/+1
* Provide more documentation on caller-owned storage in struct memory_type,Robert Watson2005-07-151-7/+20
* Increase the number of caller memory storage slots from 2 or 4 toRobert Watson2005-07-152-8/+12
* Add a section on the allocator name space and its interactions withRobert Watson2005-07-151-0/+22
* Re-spell wronge less wrongly as wrong.Robert Watson2005-07-152-4/+4
* Properly combine per-CPU UMA cache allocation and free counts with theRobert Watson2005-07-141-4/+5
* Add libmemstat(3), a library for use by debugging and monitoringRobert Watson2005-07-148-0/+1402