- 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 7 commits
-
-
Yabin Cui authored
Changes included: 1. provide interface in read_apk.h to read build id and symbols. 2. report symbols of native libraries in apk file. 3. refactor code in read_elf.cpp and read_apk.cpp. 4. add verbose log. 5. add -o report_file_name option for report command. 6. add corresponding unit tests. Bug: 26962895 Change-Id: I0d5398996e0c29dba4a6f5226692b758ca096bbd (cherry picked from commit b1a885b0)
- 03 Mar, 2016 2 commits
-
-
Mohamad Ayyash authored
Change-Id: I269859a2c6beefb154fd483a02b29649416d60f9 Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
Mohamad Ayyash authored
Converts regular block mapping files into the new base_fs file format for generating incremental ext4 images Internal Design Doc: go/incremental-ext4 BUG: 26839493 Change-Id: If8dbb49718226771495c044eb1a8403e99a971fb Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-