Commit Graph

  • 40fa6674a9 Fix prof timestamp conf reading Yinan Zhang 2020-06-17 15:20:51 -0700
  • 7e09a57b39 stress/sizes: Fix an off-by-one issue. David Goldblatt 2020-06-12 09:39:46 -0700
  • dcfa6fd507 stress/sizes: Add a couple more types. David Goldblatt 2020-06-12 09:37:39 -0700
  • 40672b0b78 Remove duplicate logging in malloc. David Goldblatt 2020-06-12 20:12:15 -0700
  • 4aea743279 High Resolution Timestamps for Profiling Jon Haslam 2020-06-02 06:42:44 -0700
  • d82a164d0d Add thread.peak.[read|reset] mallctls. David Goldblatt 2020-05-27 14:31:00 -0700
  • fe7108305a Add peak_t, for tracking allocator net max. David Goldblatt 2020-05-27 14:30:28 -0700
  • 17a64fe91c Add a small program to print data structure sizes. David Goldblatt 2020-05-27 11:56:36 -0700
  • 3e19ebd2ea Add lock to protect prof last-N dumping Yinan Zhang 2020-04-13 12:05:51 -0700
  • a835d9cf85 Make prof last-N dumping non-blocking Yinan Zhang 2020-04-13 11:54:03 -0700
  • fc8bc4b5c0 Increase dump buffer for prof last-N list Yinan Zhang 2020-04-13 11:51:25 -0700
  • 264d89d641 Extract restore and async cleanup functions for prof last-N list Yinan Zhang 2020-04-13 11:48:01 -0700
  • 857ebd3daf Make edata pointer on prof recent record an atomic fence Yinan Zhang 2020-04-10 16:26:55 -0700
  • b8bdea6b26 Fix: prof_recent_alloc_max_ctl_read() does not take tsd Yinan Zhang 2020-04-10 16:02:39 -0700
  • 730658f72f Extract alloc/dalloc utility for last-N nodes Yinan Zhang 2020-04-10 15:54:40 -0700
  • 035be44867 Separate out dumping for each prof recent record Yinan Zhang 2020-04-10 15:41:20 -0700
  • 8da0896b79 Tcache: Make an integer conversion explicit. David Goldblatt 2020-05-27 17:43:23 -0700
  • cd28e60337 Don't warn on uniform initialization. David Goldblatt 2020-05-27 17:29:25 -0700
  • 6cdac3c573 Tcache: Make flush fractions configurable. David Goldblatt 2020-05-13 15:32:18 -0700
  • 7503b5b33a Stats, CTL: Expose new tcache settings. David Goldblatt 2020-05-13 10:36:27 -0700
  • ee72bf1cfd Tcache: Add tcache gc delay option. David Goldblatt 2020-05-11 16:24:17 -0700
  • d338dd45d7 Tcache: Make incremental gc bytes configurable. David Goldblatt 2020-05-11 15:53:30 -0700
  • ec0b579563 Tcache: Privatize opt_lg_tcache_max default. David Goldblatt 2020-05-11 15:33:23 -0700
  • 10b96f6351 Tcache: Remove some unused gc constants. David Goldblatt 2020-05-11 15:27:50 -0700
  • 181093173d Tcache: make slot sizing configurable. David Goldblatt 2020-05-11 15:03:06 -0700
  • b58dea8d1b Cache bin: expose ncached_max publicly. David Goldblatt 2020-05-11 14:19:37 -0700
  • 634afc4124 Tcache: Make size computation configurable. David Goldblatt 2020-05-11 12:08:19 -0700
  • 97b7a9cf77 Add a fill/flush microbenchmark. David Goldblatt 2020-05-11 13:05:36 -0700
  • 33372cbd40 cpu instruction spin wait for arm32/64 David Carlier 2020-04-27 20:28:17 +0100
  • 27f29e424b LQ_QUANTUM should be 4 on mips64 hardware. Brooks Davis 2020-05-01 22:08:37 +0100
  • eda9c2858f Edata: zero stack edatas before initializing. David Goldblatt 2020-05-13 12:42:04 -0700
  • 5dead37a9d Allow narenas:default. David Goldblatt 2020-05-13 12:20:30 -0700
  • dcea2c0f8b Get rid of TSD -> thread event dependency Yinan Zhang 2020-04-16 11:50:29 -0700
  • 75dae934a1 Always initialize TE counters in TSD init Yinan Zhang 2020-04-17 14:10:18 -0700
  • b06dfb9ccc Push event handlers to constituent modules Yinan Zhang 2020-04-17 10:38:06 -0700
  • 381c97caa4 Treat postponed prof sample event as new event Yinan Zhang 2020-04-16 13:37:19 -0700
  • abd4674931 Extract out per event postponed wait time fetching Yinan Zhang 2020-04-16 13:33:56 -0700
  • f72014d097 Only compute thread event threshold once per trigger Yinan Zhang 2020-03-25 09:33:52 -0700
  • 7324c4f85f Break down event init and handler functions Yinan Zhang 2020-04-16 10:00:46 -0700
  • 6de77799de Move thread event wait time update to local Yinan Zhang 2020-03-24 08:31:34 -0700
  • 733ae918f0 Extract out per event new wait time fetching Yinan Zhang 2020-04-15 10:49:08 -0700
  • 1e2524e15a Do not reset sample wait time when re-initing tdata Yinan Zhang 2020-03-23 14:58:33 -0700
  • 855d20f6f3 Remove outdated comments in thread event Yinan Zhang 2020-03-23 14:57:20 -0700
  • fc052ff728 Migrate counter to use locked int Yinan Zhang 2020-04-14 15:08:00 -0700
  • b543c20a94 Minor update to locked int Yinan Zhang 2020-04-14 14:52:20 -0700
  • f533ab6da6 Add forking handling for stats Yinan Zhang 2020-04-15 15:09:32 -0700
  • 508303077b Add forking handling for prof idump counter Yinan Zhang 2020-04-15 14:58:58 -0700
  • 4d970f8bfc Add forking handling for counter module Yinan Zhang 2020-04-15 14:52:01 -0700
  • 2097e1945b Unify write callback signature Yinan Zhang 2020-04-17 14:49:20 -0700
  • fef9abdcc0 Cleanup tcache allocation logic Yinan Zhang 2020-04-28 10:40:46 -0700
  • e6cb6919c0 Consolidate prof inline function headers Yinan Zhang 2020-04-28 09:59:37 -0700
  • d454af90f1 Remove unused prof_accum field from arena Yinan Zhang 2020-04-15 12:39:05 -0700
  • 8be5584494 Initialize prof idump counter once rather than once per arena Yinan Zhang 2020-04-15 12:21:38 -0700
  • e10e5059e8 Make prof_idump_accum() non-inline Yinan Zhang 2020-04-15 12:13:22 -0700
  • 039bfd4e30 Do not rollback prof idump counter in arena_prof_promote() Yinan Zhang 2020-04-15 11:08:25 -0700
  • 0295aa38a2 Deduplicate entries in witness error message Yinan Zhang 2020-04-21 13:29:07 -0700
  • f1f8a75496 Let opt.zero propagate to core allocation. David Goldblatt 2020-04-29 09:05:57 -0700
  • 2c09d43494 Add a benchmark of large allocations. David Goldblatt 2020-04-28 12:18:36 -0700
  • 46471ea327 SC: Name the max lookup constant. David Goldblatt 2020-04-15 14:08:20 -0700
  • 79dd0c04ed SC: Simplify SC_NPSIZES computation. David Goldblatt 2020-04-14 18:32:54 -0700
  • fb6cfffd39 Configure: Get rid of LG_QUANTA. David Goldblatt 2020-04-13 11:39:49 -0700
  • 4f8efba824 TSD: Make rtree_ctx a slow-path field. David Goldblatt 2020-04-10 15:02:38 -0700
  • cd29ebefd0 Tcache: treat small and large cache bins uniformly David Goldblatt 2020-04-07 20:04:46 -0700
  • a13fbad374 Tcache: split up fast and slow path data. David Goldblatt 2020-04-07 17:48:35 -0700
  • 7099c66205 Arena: fill in terms of cache_bins. David Goldblatt 2020-04-07 17:49:50 -0700
  • 40e7aed59e TSD: Move in some of the tcache fields. David Goldblatt 2020-04-07 16:59:57 -0700
  • 58a00df238 TSD: Put all fast-path data together. David Goldblatt 2020-04-07 16:28:43 -0700
  • 3589571bfd SC: use SC_LG_NGROUP instead of its value. David Goldblatt 2020-04-10 16:09:02 -0700
  • 877af247a8 QL, QR: Add documentation. David Goldblatt 2020-04-10 11:38:33 -0700
  • 79ae7f9211 Rtree: Remove the per-field accessors. David Goldblatt 2020-03-19 17:58:44 -0700
  • 26e9a3103d PA: Simple decay test. David Goldblatt 2020-03-18 12:04:02 -0700
  • bb6a418523 Emap: Drop szind/slab splitting parameters. David Goldblatt 2020-03-16 11:31:38 -0700
  • 50289750b3 Extent: Remove szind/slab knowledge. David Goldblatt 2020-03-15 18:55:43 -0700
  • dc26b30094 Rtree: Clean up compact/non-compact split. David Goldblatt 2020-03-15 15:49:42 -0700
  • 93b99dd140 Extent: Stop passing an edata_cache everywhere. David Goldblatt 2020-03-15 09:53:09 -0700
  • a4759a1911 Ehooks: avoid touching arena_emap_global in tests. David Goldblatt 2020-03-15 09:14:29 -0700
  • 11c47cb133 Extent: Take "bool zero" over "bool *zero". David Goldblatt 2020-03-14 18:19:19 -0700
  • 1a1124462e PA: Take zero as a bool rather than as a bool *. David Goldblatt 2020-03-14 18:10:29 -0700
  • 294b276fc7 PA: Parameterize emap. Move emap_global to arena. David Goldblatt 2020-03-14 10:49:34 -0700
  • f730577277 Eset: Parameterize last globals accesses. David Goldblatt 2020-03-14 10:05:12 -0700
  • 7bb6e2dc0d Eset: take opt_lg_max_active_fit as a parameter. David Goldblatt 2020-03-14 09:46:09 -0700
  • 883ab327cc Emap: Move out last edata state touching. David Goldblatt 2020-03-13 19:33:30 -0700
  • 0c96a2f03b Emap: Move out remaining edata modifications. David Goldblatt 2020-03-13 18:45:54 -0700
  • dfef0df71a Emap: Move edata modification out of emap_remap. David Goldblatt 2020-03-13 18:34:46 -0700
  • 12eb888e54 Edata: Add a ranged bit. David Goldblatt 2020-03-13 12:38:28 -0700
  • bd4fdf295e Rtree: Pull leaf contents into their own struct. David Goldblatt 2020-03-13 11:47:51 -0700
  • faec7219b2 PA: Move in decay initialization. David Goldblatt 2020-03-12 16:06:40 -0700
  • 45671e4a27 PA: Move in retain growth limit setting. David Goldblatt 2020-03-12 15:51:13 -0700
  • daefde88fe PA: Move in mutex stats reading. David Goldblatt 2020-03-12 15:26:50 -0700
  • 07675840a5 PA: Move in some more internals accesses. David Goldblatt 2020-03-12 11:21:22 -0700
  • 238f3c7430 PA: Move in full stats merging. David Goldblatt 2020-03-12 10:28:18 -0700
  • 81c6027592 Arena stats: Give it its own "mapped". David Goldblatt 2020-03-12 09:36:25 -0700
  • 506d907e40 PA: Move in basic stats merging. David Goldblatt 2020-03-12 09:28:13 -0700
  • f29f6090f5 PA: Add pa_extra.c and put PA forking there. David Goldblatt 2020-03-12 09:20:37 -0700
  • 8164fad404 Stats: Fix edata_cache size merging. David Goldblatt 2020-03-12 08:46:43 -0700
  • 565045ef71 Arena: Make more derived stats non-atomic/locked. David Goldblatt 2020-03-12 08:34:47 -0700
  • d0c43217b5 Arena stats: Move retained to PA, use plain ints. David Goldblatt 2020-03-11 19:24:05 -0700
  • e2cf3fb1a3 PA: Move in all modifications of mapped. David Goldblatt 2020-03-11 18:49:15 -0700
  • 436789ad96 PA: Make mapped stat atomic. David Goldblatt 2020-03-11 18:37:15 -0700
  • 3c28aa6f17 PA: Move edata_avail stat in, make it non-atomic. David Goldblatt 2020-03-11 18:14:53 -0700