index
:
platform_external_jemalloc_new
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
master-cuttlefish-testing-release
master-plus-llvm
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-dev
upstream-jemalloc
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change mutable option output in stats to avoid stringify issues.
Qi Wang
2018-03-15
1
-36
/
+37
*
Fix a typo in stats.
Qi Wang
2018-03-15
1
-1
/
+1
*
Stats printing: Convert arena large stats to use emitter.
David Goldblatt
2018-03-09
1
-49
/
+58
*
Stats printing: convert arena bin stats to use emitter.
David Goldblatt
2018-03-09
1
-148
/
+182
*
Stats printing: remove a spurious newline.
David Goldblatt
2018-03-09
1
-3
/
+0
*
Stats printing: Make arena mutex stats use the emitter.
David Goldblatt
2018-03-09
1
-98
/
+72
*
Stats printing: convert most per-arena stats to use the emitter.
David Goldblatt
2018-03-09
1
-69
/
+45
*
Stats printing: convert paging and alloc counts to use the emitter.
David Goldblatt
2018-03-09
1
-67
/
+81
*
Stats printing: convert decay stats to use the emitter.
David Goldblatt
2018-03-09
1
-73
/
+132
*
Stats printing: Move emitter cutoff point into stats_arena_print.
David Goldblatt
2018-03-09
1
-13
/
+12
*
Stats printing: move stats_print_helper to use emitter.
David Goldblatt
2018-03-09
1
-102
/
+61
*
Stats printing: Move global mutex stats to use emitter.
David Goldblatt
2018-03-09
1
-43
/
+97
*
Stats printing: move non-mutex arena stats to the emitter.
David Goldblatt
2018-03-09
1
-54
/
+43
*
Stats printing: Remove explicit callback passing to stats_print_helper.
David Goldblatt
2018-03-09
1
-5
/
+12
*
Stats printing: Move emitter -> manual cutoff point.
David Goldblatt
2018-03-09
1
-18
/
+11
*
Stats printing: Convert profiling stats to use the emitter.
David Goldblatt
2018-03-09
1
-31
/
+28
*
Stats printing: Convert general arena stats to use the emitter.
David Goldblatt
2018-03-09
1
-82
/
+64
*
Stats printing: convert config and opt output to use emitter.
David Goldblatt
2018-03-09
1
-180
/
+107
*
Stats printing: Convert header and footer to use emitter.
David Goldblatt
2018-03-09
1
-15
/
+13
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-0
/
+1
*
Remove config.thp which wasn't in use.
Qi Wang
2018-03-08
1
-1
/
+0
*
handle 32 bit mutex counters
Rajeev Misra
2018-01-04
1
-36
/
+47
*
Output opt.lg_extent_max_active_fit in stats.
Qi Wang
2017-12-14
1
-0
/
+3
*
Output all counters for bin mutex stats.
Qi Wang
2017-10-19
1
-4
/
+7
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-4
/
+18
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
1
-1
/
+1
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-0
/
+1
*
Output total_wait_ns for bin mutexes.
Qi Wang
2017-05-30
1
-19
/
+5
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-0
/
+1
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-42
/
+19
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-26
1
-0
/
+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0
/
+1
*
Add background thread related stats.
Qi Wang
2017-05-23
1
-1
/
+39
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0
/
+1
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-27
/
+15
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0
/
+10
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1
/
+1
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-28
/
+30
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-24
1
-1
/
+1
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-1
/
+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-83
/
+31
*
Output 4 counters for bin mutexes instead of just 2.
Qi Wang
2017-04-19
1
-8
/
+24
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-18
1
-0
/
+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1
/
+2
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
1
-82
/
+117
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
1
-73
/
+74
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
1
-41
/
+113
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-21
/
+53
*
Add arena lock stats output.
Qi Wang
2017-03-23
1
-14
/
+68
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
1
-33
/
+66
[next]