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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
psset: Add stats
David Goldblatt
2020-09-18
1
-1
/
+77
*
Add psset: a set of pageslabs.
David Goldblatt
2020-09-18
1
-0
/
+306
*
Flat bitmap: Add longest-range computation.
David Goldblatt
2020-09-18
1
-0
/
+41
*
Edata: rename "ranged" bit to "pai".
David Goldblatt
2020-09-18
2
-5
/
+5
*
Add unit tests for usize in prof recent records
Yinan Zhang
2020-09-09
1
-2
/
+5
*
Rename ecache_grow -> geom_grow.
David Goldblatt
2020-08-19
1
-1
/
+1
*
flat_bitmap unit test: Silence a warning.
David Goldblatt
2020-08-17
1
-2
/
+6
*
Mallctl stress test: fix a type.
David Goldblatt
2020-08-17
1
-3
/
+3
*
Benchmarks: Also print ns / iter.
David Goldblatt
2020-08-13
1
-4
/
+25
*
IO: Support 0-padding for unsigned numbers.
David Goldblatt
2020-08-13
1
-0
/
+10
*
Add a mallctl speed stress test.
David Goldblatt
2020-08-13
1
-0
/
+74
*
Add alignment stress test for rallocx
Yinan Zhang
2020-08-11
1
-0
/
+34
*
Add sized-delete size-checking functionality.
David Goldblatt
2020-08-05
1
-0
/
+62
*
Add a simple utility to detect profiling bias.
David Goldblatt
2020-08-05
1
-0
/
+60
*
Add a stress test for batch allocation
Yinan Zhang
2020-08-03
1
-0
/
+88
*
Add mallctl for batch allocation API
Yinan Zhang
2020-07-31
1
-1
/
+20
*
Add batch allocation API
Yinan Zhang
2020-07-31
4
-0
/
+197
*
FB: Add range iteration support.
David Goldblatt
2020-07-30
1
-1
/
+233
*
Add flat_bitmap.
David Goldblatt
2020-07-30
1
-0
/
+313
*
Nbits: Add a couple more interesting sizes.
David Goldblatt
2020-07-30
1
-0
/
+13
*
bitset test: Pull NBITS_TAB into its own file.
David Goldblatt
2020-07-30
2
-91
/
+99
*
bit_util: Add fls_ functions; "find last set".
David Goldblatt
2020-07-30
1
-4
/
+71
*
bit_util: Change ffs functions indexing.
David Goldblatt
2020-07-30
1
-1
/
+53
*
PAC: Move in decay rate setting.
David Goldblatt
2020-07-09
1
-1
/
+0
*
PA->PAC: Move in decay functions.
David Goldblatt
2020-07-09
1
-1
/
+1
*
PA->PAC: Move in stats.
David Goldblatt
2020-07-09
1
-1
/
+1
*
PAC: Move in decay.
David Goldblatt
2020-07-09
1
-3
/
+4
*
PAC: Move in ecache_grow.
David Goldblatt
2020-07-09
1
-1
/
+1
*
Add PAC: Page allocator classic.
David Goldblatt
2020-07-09
1
-1
/
+1
*
No need to intercept prof_dump_header() in tests
Yinan Zhang
2020-06-29
1
-25
/
+6
*
Generalize prof_cnt_all() for testing
Yinan Zhang
2020-06-29
1
-8
/
+8
*
Simplify signatures for prof dump functions
Yinan Zhang
2020-06-29
1
-2
/
+1
*
Pass write callback explicitly in prof_data
Yinan Zhang
2020-06-29
1
-1
/
+2
*
Move file handling logic in prof_data to prof_sys
Yinan Zhang
2020-06-29
5
-0
/
+8
*
Create prof_sys module for reading system thread name
Yinan Zhang
2020-06-29
1
-0
/
+2
*
Expose prof_data testing internals only in prof tests
Yinan Zhang
2020-06-29
4
-0
/
+8
*
Push error handling logic out of core dumping logic
Yinan Zhang
2020-06-29
3
-5
/
+222
*
Only replace the dump file opening function in test
Yinan Zhang
2020-06-29
4
-12
/
+12
*
Move size inspections to test/analyze
Yinan Zhang
2020-06-26
1
-0
/
+0
*
Add a tool to examine random number distributions
Yinan Zhang
2020-06-26
2
-2
/
+278
*
Improve naming for prof system thread name option
Yinan Zhang
2020-06-24
4
-16
/
+16
*
Expose prof testing internal functions
Yinan Zhang
2020-06-19
1
-5
/
+5
*
stress/sizes: Fix an off-by-one issue.
David Goldblatt
2020-06-16
1
-1
/
+1
*
stress/sizes: Add a couple more types.
David Goldblatt
2020-06-16
1
-0
/
+3
*
High Resolution Timestamps for Profiling
Jon Haslam
2020-06-15
2
-26
/
+2
*
Add thread.peak.[read|reset] mallctls.
David Goldblatt
2020-06-11
1
-1
/
+69
*
Add peak_t, for tracking allocator net max.
David Goldblatt
2020-06-11
1
-0
/
+47
*
Add a small program to print data structure sizes.
David Goldblatt
2020-06-11
1
-0
/
+50
*
Make edata pointer on prof recent record an atomic fence
Yinan Zhang
2020-06-09
1
-4
/
+5
*
Fix: prof_recent_alloc_max_ctl_read() does not take tsd
Yinan Zhang
2020-06-09
1
-21
/
+15
[next]