- 29 Apr, 2016 2 commits
-
-
Mohamad Ayyash authored
BUG: 27698960 Change-Id: Ia31b8319e0d1c8644ae1798116007a4b35c39e9b Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
Mohamad Ayyash authored
This happens around the boundary of block groups where a slightly different block boundary is set based on size of filesystem which means allocations based on a previous filesystem layout need to verify they're not crossing that new bounday BUG: 27698960 Change-Id: I45d444b4477f14f71e8f17144523505a7525b4e2 Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
- 16 Apr, 2016 1 commit
-
-
Mohamad Ayyash authored
1) Set EXT4_BG_INODE_UNINIT so fsck will skip scanning unused inodes 2) Use EXT4_FEATURE_RO_COMPAT_GDT_CSUM to enable group descriptor checksums in filesystem which reduces overhead for fsck BUG: 24747200 BUG: 28013112 Change-Id: I118ab26935442f452962b3a7c29c61acf76ad4d9 Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
- 14 Apr, 2016 1 commit
-
-
Yabin Cui authored
Device may not have libbacktrace_offline shared library, so always using libbacktrace_offline static library. Use simpleperf namespace to avoid conflicts with ThreadEntry in libbacktrace. Bug: 28152982 Change-Id: Ia2cdbee3b28556c790ccd7b061a801ed96f9b97c (cherry picked from commit 040f7b4c)
-
- 08 Apr, 2016 2 commits
-
-
Mohamad Ayyash authored
-
Mohamad Ayyash authored
It is now also used in mksquashfs so it was added to libcutils BUG: 27467028 Change-Id: I81c87938d5b6b200a8ad817f0c64c5ca699f451c Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
- 06 Apr, 2016 1 commit
-
-
Julien Desprez authored
Change-Id: Ic6994988152942e162e0b977afe48144b4d8bb32
-
- 05 Apr, 2016 1 commit
-
-
Julien Desprez authored
Bug: 24272167 Change-Id: I831c9d26495e77e041a9461ddbafc70d7d11f9b7
-
- 04 Apr, 2016 1 commit
-
-
Jaewan Kim authored
Change-Id: Ie025a3d70237a7a959203d8cd066d05acf9e94b2
-
- 31 Mar, 2016 1 commit
-
-
Julien Desprez authored
In order to keep all the benchmark binaries in the same output place. Change-Id: I188f7933c230d8955905217b915899dd19e614bf
-
- 29 Mar, 2016 4 commits
-
-
Julien Desprez authored
-
Tim Murray authored
Broke this while adding app filtering. Change-Id: Ie9d4ae3b7f99169a15c04b9e2bc11d1cb2a62a95
-
Julien Desprez authored
Bug: 26449138 Change-Id: Ie91d114bf669c686f618c252e58feff4c853ef91
- 28 Mar, 2016 1 commit
-
-
Yabin Cui authored
-
- 26 Mar, 2016 2 commits
-
-
Yabin Cui authored
When running unit tests on arm64 devices: [OK] ReportCommandTest.dwarf_callgraph [OK] record_cmd.dwarf_callchain_sampling. ERROR: can't unwind data recorded on a different architecture. It is because ReportCommandtest.dwarf_callgraph opens a perf.data recorded on x86_64, and changes current_arch. It causes a problem when the test record_cmd.dwarf_callchain_sampling calls libbacktrace built on aarch64. Athough it doesn't make the test fail, we should fix this. Bug: 27860749 Change-Id: I2cd70369a769ef2199cab2302b8b824369be0907 (cherry picked from commit 48460892)
-
Yabin Cui authored
simpleperf looks for _text symbol in /proc/kallsyms to get kernel address space information. But that info is no longer needed. As some kernels don't have _text symbol, we should remove the corresponding code. Bug: 27814103 Change-Id: I4eb9869b58c51846c99b1204f304cd107a0eb354 (cherry picked from commit 7134f388)
-
- 22 Mar, 2016 1 commit
-
-
dcashman authored
Bug: 26512380 Change-Id: Ia65986700f198a0f09db4a45a7d1bde173e557e6
-
- 21 Mar, 2016 1 commit
-
- 17 Mar, 2016 1 commit
-
-
Felipe Leme authored
dumpstate calls showmap for each pid, and since most of them are empty, it ends up polluting logcat with entries like: 03-17 14:49:05.974 12160 12160 E dumpstate: command '/system/xbin/su root showmap -q 9867' failed: No such file or directory BUG: 26906985 Change-Id: I18d86adefe3f4b248f672732460d1145103e5828
-
- 15 Mar, 2016 1 commit
-
-
dcashman authored
Default mmap_rnd_bits value is now equal to the maximum supported (16) on arm, not the minimum, 8. Adjust the test criteria to match this. Bug: 27680571 Change-Id: I16f2c3120c92ca9ea537f445ba24ebd8172d613f
-
- 14 Mar, 2016 1 commit
-
-
Daniel Cashman authored
-
- 10 Mar, 2016 9 commits
-
-
Yabin Cui authored
-
Paul Crowley authored
-
Srinath Sridharan authored
This reverts commit 39087e37. And adds the respective fix. Change-Id: I1f70211c77f892c6252cf5e05e5e52d6c63e2293
-
Paul Crowley authored
If the directory is empty, we try to set policy, otherwise we get it. Bug: 27596572 Change-Id: I127534b7e43c95cf259f001b0acba255a117f76e
-
Srinath Sridharan authored
-
Srinath Sridharan authored
This reverts commit 00652d85. Change-Id: I550ebd2e25c275a03e4f93437e6f12f83e232c7f
-
dcashman authored
Create tests which test the values of mmap_rnd_bits, and mmap_rnd_compat_bits, if applicable, and verify that the address space is randomized as expected given the provided values. Also add a pair of tests to CTS that enforce that the observed entropy is at least as high as a designated value. That value will start as our default value, which also corresponds to the maximum value of some configurations. Packaging of executables along with a nativetest suite is not supported, so add a dummy nativetest suite, scrape_mmap_addr, which ensure that the executables are present along with the given tests at predictable locations. Bug: 26512380 Change-Id: Ib1202984f9b98c503b8d3bc2c2248a9d06940845
-
Srinath Sridharan authored
-
- 09 Mar, 2016 5 commits
-
-
Srinath Sridharan authored
Before running the benchmark do the following: Lock the frequency of the core by setting scaling_min_freq=scaling_max_freq=DESIRED_FREQ Change-Id: Ic291ae4db6a202ea2e968dc6823c61d352eb272d
-
Mohamad Ayyash authored
* changes: make_ext4_fs: Clean up a few error messages Introduce blk_alloc_to_base_fs utility
-
Mark Salyzyn authored
(cherry pick from commit 67522d05) - Added plumbing for CTS tests - Divide Required into CTS and gTest and Recommended into gTest - Added check of CONFIG_ANDROID_LOGGER - test typically completes after 3ms Bug: 19173869 Change-Id: I13a92081bfa9b53abb69923b160b82e3be2142ab
-
Mark Salyzyn authored
(cherry pick from commit 45948f91) e.g. su 2999,2999,2999 echo hello Segmentation Fault return from getpwuid is NULL. KISS we opt to unset LOGNAME and USER Change-Id: I7e7eddacfd6857f83482727eb5ec5c51b9170039
-
Thierry Strudel authored
Change-Id: I05700266f1c7584ff51557b3e559654045379e87
-
- 08 Mar, 2016 1 commit
-
-
Tim Murray authored
-
- 07 Mar, 2016 3 commits
-