summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/prof_structs.h
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the bools in prof_tdata_t to save some bytes.Qi Wang2023-04-051-3/+3
* Inline the storage for thread name in prof_tdata_t.Qi Wang2023-04-051-3/+3
* Making jemalloc max stack depth a runtime optionGuangli Dai2022-09-121-1/+1
* Allow setting custom backtrace hookAlex Lapenkou2021-09-221-1/+2
* Record request size in prof infoYinan Zhang2021-01-071-0/+2
* Correct usize in prof last-N recordYinan Zhang2020-09-091-0/+1
* Prof: Add prof_unbias.David Goldblatt2020-08-051-0/+4
* Make edata pointer on prof recent record an atomic fenceYinan Zhang2020-06-091-1/+1
* Use ql for prof last-N listYinan Zhang2020-04-071-1/+1
* Chagne prof_accum_t to counter_accum_t for general purpose.Qi Wang2020-01-291-9/+0
* Record request size in prof recent entriesYinan Zhang2020-01-101-1/+1
* Last-N profiling modeYinan Zhang2019-12-301-2/+20
* Rename prof_tctx to alloc_tctx in prof_info_tYinan Zhang2019-12-061-1/+1
* Restructure profilingYinan Zhang2019-11-221-0/+7
* Refactor and optimize prof sampling initialization.Qi Wang2019-11-111-3/+0
* move bytes until sample to tsd. Fastpath allocation does not needDave Watson2018-10-151-1/+0
* Header refactoring: unify and de-catchall mutex moduleDavid Goldblatt2017-05-241-0/+1
* Header refactoring: ckh module - remove from the catchall and unify.David Goldblatt2017-04-241-0/+1
* Header refactoring: prng module - remove from the catchall and unify.David Goldblatt2017-04-241-0/+1
* Header refactoring: break out rb.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Convert accumbytes in prof_accum_t to C11 atomics, when possibleDavid Goldblatt2017-04-051-1/+3
* Convert arena->prof_accumbytes synchronization to atomics.Jason Evans2017-02-161-0/+7
* Break up headers into constituent partsDavid Goldblatt2017-01-121-0/+187