aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* psset: Add statsDavid Goldblatt2020-09-181-1/+77
* Add psset: a set of pageslabs.David Goldblatt2020-09-181-0/+306
* Flat bitmap: Add longest-range computation.David Goldblatt2020-09-181-0/+41
* Edata: rename "ranged" bit to "pai".David Goldblatt2020-09-182-5/+5
* Add unit tests for usize in prof recent recordsYinan Zhang2020-09-091-2/+5
* Rename ecache_grow -> geom_grow.David Goldblatt2020-08-191-1/+1
* flat_bitmap unit test: Silence a warning.David Goldblatt2020-08-171-2/+6
* Mallctl stress test: fix a type.David Goldblatt2020-08-171-3/+3
* Benchmarks: Also print ns / iter.David Goldblatt2020-08-131-4/+25
* IO: Support 0-padding for unsigned numbers.David Goldblatt2020-08-131-0/+10
* Add a mallctl speed stress test.David Goldblatt2020-08-131-0/+74
* Add alignment stress test for rallocxYinan Zhang2020-08-111-0/+34
* Add sized-delete size-checking functionality.David Goldblatt2020-08-051-0/+62
* Add a simple utility to detect profiling bias.David Goldblatt2020-08-051-0/+60
* Add a stress test for batch allocationYinan Zhang2020-08-031-0/+88
* Add mallctl for batch allocation APIYinan Zhang2020-07-311-1/+20
* Add batch allocation APIYinan Zhang2020-07-314-0/+197
* FB: Add range iteration support.David Goldblatt2020-07-301-1/+233
* Add flat_bitmap.David Goldblatt2020-07-301-0/+313
* Nbits: Add a couple more interesting sizes.David Goldblatt2020-07-301-0/+13
* bitset test: Pull NBITS_TAB into its own file.David Goldblatt2020-07-302-91/+99
* bit_util: Add fls_ functions; "find last set".David Goldblatt2020-07-301-4/+71
* bit_util: Change ffs functions indexing.David Goldblatt2020-07-301-1/+53
* PAC: Move in decay rate setting.David Goldblatt2020-07-091-1/+0
* PA->PAC: Move in decay functions.David Goldblatt2020-07-091-1/+1
* PA->PAC: Move in stats.David Goldblatt2020-07-091-1/+1
* PAC: Move in decay.David Goldblatt2020-07-091-3/+4
* PAC: Move in ecache_grow.David Goldblatt2020-07-091-1/+1
* Add PAC: Page allocator classic.David Goldblatt2020-07-091-1/+1
* No need to intercept prof_dump_header() in testsYinan Zhang2020-06-291-25/+6
* Generalize prof_cnt_all() for testingYinan Zhang2020-06-291-8/+8
* Simplify signatures for prof dump functionsYinan Zhang2020-06-291-2/+1
* Pass write callback explicitly in prof_dataYinan Zhang2020-06-291-1/+2
* Move file handling logic in prof_data to prof_sysYinan Zhang2020-06-295-0/+8
* Create prof_sys module for reading system thread nameYinan Zhang2020-06-291-0/+2
* Expose prof_data testing internals only in prof testsYinan Zhang2020-06-294-0/+8
* Push error handling logic out of core dumping logicYinan Zhang2020-06-293-5/+222
* Only replace the dump file opening function in testYinan Zhang2020-06-294-12/+12
* Move size inspections to test/analyzeYinan Zhang2020-06-261-0/+0
* Add a tool to examine random number distributionsYinan Zhang2020-06-262-2/+278
* Improve naming for prof system thread name optionYinan Zhang2020-06-244-16/+16
* Expose prof testing internal functionsYinan Zhang2020-06-191-5/+5
* stress/sizes: Fix an off-by-one issue.David Goldblatt2020-06-161-1/+1
* stress/sizes: Add a couple more types.David Goldblatt2020-06-161-0/+3
* High Resolution Timestamps for ProfilingJon Haslam2020-06-152-26/+2
* Add thread.peak.[read|reset] mallctls.David Goldblatt2020-06-111-1/+69
* Add peak_t, for tracking allocator net max.David Goldblatt2020-06-111-0/+47
* Add a small program to print data structure sizes.David Goldblatt2020-06-111-0/+50
* Make edata pointer on prof recent record an atomic fenceYinan Zhang2020-06-091-4/+5
* Fix: prof_recent_alloc_max_ctl_read() does not take tsdYinan Zhang2020-06-091-21/+15