OSDN Git Service

android-x86/system-extras.git
6 years agoMerge "simpleperf: allow recording events in different speed." am: f9ed7b5507 am...
Yabin Cui [Mon, 7 Aug 2017 23:27:05 +0000 (23:27 +0000)]
Merge "simpleperf: allow recording events in different speed." am: f9ed7b5507 am: 10025e5e23 am: cd1d51cc94
am: b28679a0d1

Change-Id: I277b9c8a8aab9fa27d7f9b3aa497edbe08ff412a

6 years agoMerge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo." am: 6278bc9fd8 am...
Elliott Hughes [Mon, 7 Aug 2017 23:26:47 +0000 (23:26 +0000)]
Merge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo." am: 6278bc9fd8 am: 82e81d4434 am: e830c00837
am: d23e9378c4

Change-Id: I9efbee6bb7de4e0d4b3d9726102988cf6eec8fe9

6 years agoMerge "simpleperf: allow recording events in different speed." am: f9ed7b5507 am...
Yabin Cui [Mon, 7 Aug 2017 23:23:43 +0000 (23:23 +0000)]
Merge "simpleperf: allow recording events in different speed." am: f9ed7b5507 am: 10025e5e23
am: cd1d51cc94

Change-Id: I7ae954171880ae058f80ee61cfafe1814229f5ce

6 years agoMerge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo." am: 6278bc9fd8 am...
Elliott Hughes [Mon, 7 Aug 2017 23:23:29 +0000 (23:23 +0000)]
Merge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo." am: 6278bc9fd8 am: 82e81d4434
am: e830c00837

Change-Id: Ie4017c3e23497b0717dc5c50b11d32a3e5415193

6 years agoMerge "simpleperf: allow recording events in different speed." am: f9ed7b5507
Yabin Cui [Mon, 7 Aug 2017 23:21:45 +0000 (23:21 +0000)]
Merge "simpleperf: allow recording events in different speed." am: f9ed7b5507
am: 10025e5e23

Change-Id: Ida564432343266db59fc96ded1b170d08682261a

6 years agoMerge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo." am: 6278bc9fd8
Elliott Hughes [Mon, 7 Aug 2017 23:21:33 +0000 (23:21 +0000)]
Merge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo." am: 6278bc9fd8
am: 82e81d4434

Change-Id: I98c0410e608f48071e7d63e20722aebaab964529

6 years agoMerge "simpleperf: allow recording events in different speed."
Yabin Cui [Mon, 7 Aug 2017 23:18:49 +0000 (23:18 +0000)]
Merge "simpleperf: allow recording events in different speed."
am: f9ed7b5507

Change-Id: Ia1eaafc0c7b825289014ebe362f4419957f934ec

6 years agoMerge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo."
Elliott Hughes [Mon, 7 Aug 2017 23:18:37 +0000 (23:18 +0000)]
Merge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo."
am: 6278bc9fd8

Change-Id: I4d20cf4891f041c323af90f2a92c63337606eeb9

6 years agoMerge "simpleperf: allow recording events in different speed."
Yabin Cui [Mon, 7 Aug 2017 23:11:34 +0000 (23:11 +0000)]
Merge "simpleperf: allow recording events in different speed."

6 years agoMerge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo."
Elliott Hughes [Mon, 7 Aug 2017 23:09:48 +0000 (23:09 +0000)]
Merge "Fix fd ownership issue in PrintNativeInfo/GetNativeInfo."

6 years agosimpleperf: allow recording events in different speed.
Yabin Cui [Thu, 3 Aug 2017 22:54:43 +0000 (15:54 -0700)]
simpleperf: allow recording events in different speed.

Currently record command interface only allows one sample freq or sample period
for all events. This is not convenient when recording both non tracepoint events
and tracepoint events. This CL allows setting different sample speed for
different events. For example, for "-f 1000 -e cpu-cycles -c 1 sched:sched_switch",
"-f 1000" applies to cpu-cycles, and "-c 1" applies to sched:sched_switch.

It also fixes a bug about trace-offcpu: if "-f 1000 --trace-offcpu" is used,
the sched:sched_switch is be samples with "-f 1000". But we want to sample it
with "-c 1".

Also change the order of options in the help msg of record cmd to make it more
readable. Remove -F option. Because adding it seems not useful.

Bug: http://b/37572306
Test: run simpleperf_unit_test.

Change-Id: Ifdbd27c8f9fec49aade0e0e6ce624d8114042020

6 years agoFix fd ownership issue in PrintNativeInfo/GetNativeInfo.
Elliott Hughes [Mon, 7 Aug 2017 16:30:37 +0000 (09:30 -0700)]
Fix fd ownership issue in PrintNativeInfo/GetNativeInfo.

Bug: N/A
Test: ran tests
Change-Id: I10bdeeb38404583560685bf47c58f6770fc9050b
Signed-off-by: Ivan Maidanski <i.maidanski@samsung.com>
6 years agoMerge "simpleperf: support profiling native programs in app_profiler.py." am: 51bdff6...
Yabin Cui [Fri, 4 Aug 2017 18:25:30 +0000 (18:25 +0000)]
Merge "simpleperf: support profiling native programs in app_profiler.py." am: 51bdff6ccb am: 259d4159dd am: 8ea2925329
am: 951aabba28

Change-Id: I4373edd7c4f3634a00988a8979f1fb1e1754ae38

6 years agoMerge "simpleperf: export meta info in report_sample.proto." am: 312cbae4fa am: 32e15...
Yabin Cui [Fri, 4 Aug 2017 18:25:18 +0000 (18:25 +0000)]
Merge "simpleperf: export meta info in report_sample.proto." am: 312cbae4fa am: 32e15649bc am: 954b2aa75c
am: f8da96c880

Change-Id: I6f7eb971755d8720cb186856105608d5d30b3313

6 years agoMerge "simpleperf: support profiling native programs in app_profiler.py." am: 51bdff6...
Yabin Cui [Fri, 4 Aug 2017 18:19:39 +0000 (18:19 +0000)]
Merge "simpleperf: support profiling native programs in app_profiler.py." am: 51bdff6ccb am: 259d4159dd
am: 8ea2925329

Change-Id: I0f75084fb62556b4e4bbd1840c635964c4d8896a

6 years agoMerge "simpleperf: export meta info in report_sample.proto." am: 312cbae4fa am: 32e15...
Yabin Cui [Fri, 4 Aug 2017 18:19:18 +0000 (18:19 +0000)]
Merge "simpleperf: export meta info in report_sample.proto." am: 312cbae4fa am: 32e15649bc
am: 954b2aa75c

Change-Id: Id4636fec651e0a3418fd6b2fe97660de0407c931

6 years agoMerge "simpleperf: support profiling native programs in app_profiler.py." am: 51bdff6ccb
Yabin Cui [Fri, 4 Aug 2017 18:13:34 +0000 (18:13 +0000)]
Merge "simpleperf: support profiling native programs in app_profiler.py." am: 51bdff6ccb
am: 259d4159dd

Change-Id: I2a500ece1a84351057015837219f366ec9c93e50

6 years agoMerge "simpleperf: export meta info in report_sample.proto." am: 312cbae4fa
Yabin Cui [Fri, 4 Aug 2017 18:13:16 +0000 (18:13 +0000)]
Merge "simpleperf: export meta info in report_sample.proto." am: 312cbae4fa
am: 32e15649bc

Change-Id: I30da4a1768e85c53530c61c206f5c2d8b287cbad

6 years agoMerge "simpleperf: support profiling native programs in app_profiler.py."
Yabin Cui [Fri, 4 Aug 2017 18:07:36 +0000 (18:07 +0000)]
Merge "simpleperf: support profiling native programs in app_profiler.py."
am: 51bdff6ccb

Change-Id: I12717142bd37241bbb7ca3c27b4122b74c316dce

6 years agoMerge "simpleperf: export meta info in report_sample.proto."
Yabin Cui [Fri, 4 Aug 2017 18:07:19 +0000 (18:07 +0000)]
Merge "simpleperf: export meta info in report_sample.proto."
am: 312cbae4fa

Change-Id: I4000bd49bf50a2a8314087a1dbaa2740ab9837be

6 years agoMerge "simpleperf: support profiling native programs in app_profiler.py."
Yabin Cui [Fri, 4 Aug 2017 17:54:42 +0000 (17:54 +0000)]
Merge "simpleperf: support profiling native programs in app_profiler.py."

6 years agoMerge "simpleperf: export meta info in report_sample.proto."
Yabin Cui [Fri, 4 Aug 2017 17:53:53 +0000 (17:53 +0000)]
Merge "simpleperf: export meta info in report_sample.proto."

6 years agoMerge "Fix clang-tidy performance-* warnings in system/extras." am: a386d2168e am...
Chih-Hung Hsieh [Thu, 3 Aug 2017 23:28:21 +0000 (23:28 +0000)]
Merge "Fix clang-tidy performance-* warnings in system/extras." am: a386d2168e am: 84d340ae12 am: 4f634fa74c
am: 0768f592ad

Change-Id: I78798a0400544b84234e634c5b8eb357baeff3f0

6 years agoMerge "Fix clang-tidy performance-* warnings in system/extras." am: a386d2168e am...
Chih-Hung Hsieh [Thu, 3 Aug 2017 23:23:03 +0000 (23:23 +0000)]
Merge "Fix clang-tidy performance-* warnings in system/extras." am: a386d2168e am: 84d340ae12
am: 4f634fa74c

Change-Id: I2b7fddc7b4177b97ea6108fc296bc2fee9a5b317

6 years agoMerge "Fix clang-tidy performance-* warnings in system/extras." am: a386d2168e
Chih-Hung Hsieh [Thu, 3 Aug 2017 23:17:31 +0000 (23:17 +0000)]
Merge "Fix clang-tidy performance-* warnings in system/extras." am: a386d2168e
am: 84d340ae12

Change-Id: I405e0c351778e84908630e282e58c9ff92fa800c

6 years agoMerge "Fix clang-tidy performance-* warnings in system/extras."
Chih-Hung Hsieh [Thu, 3 Aug 2017 23:12:03 +0000 (23:12 +0000)]
Merge "Fix clang-tidy performance-* warnings in system/extras."
am: a386d2168e

Change-Id: I0c63d2b7c1316b00c60d02faf2c08f77283ae4aa

6 years agosimpleperf: export meta info in report_sample.proto.
Yabin Cui [Mon, 31 Jul 2017 22:08:27 +0000 (15:08 -0700)]
simpleperf: export meta info in report_sample.proto.

To support perf.data generated with --trace-offcpu option,
update interface in report_sample.proto:
1. Add meta info to show all event types.
2. Add event_type_id in each sample to show which even type it belongs to.

Bug: http://b/37572306
Test: run simpleperf_unit_test.
Change-Id: I2878979ec2023904df1006ce353dcf233b6a2642

6 years agoMerge "Fix clang-tidy performance-* warnings in system/extras."
Treehugger Robot [Thu, 3 Aug 2017 23:03:13 +0000 (23:03 +0000)]
Merge "Fix clang-tidy performance-* warnings in system/extras."

6 years agosimpleperf: support profiling native programs in app_profiler.py.
Yabin Cui [Wed, 2 Aug 2017 18:55:04 +0000 (11:55 -0700)]
simpleperf: support profiling native programs in app_profiler.py.

This is a preparation of using app_profiler.py in inferno.

In app_profiler.py:
Add -np option to profile native programs like surfaceflinger.
Add -cmd option to profile command lines.
Add --arch option to set the app arch, because we don't guess the app arch
when profiling command lines.
Add corresponding tests in test.py.

Also improve the way of detecting whether the device supports trace-offcpu.

Bug: http://b/63006886
Test: run test.py.

Change-Id: Id899063d9a94beec67b22fd7710cda7a438557fb

6 years agoFix clang-tidy performance-* warnings in system/extras.
Chih-Hung Hsieh [Thu, 3 Aug 2017 21:04:06 +0000 (14:04 -0700)]
Fix clang-tidy performance-* warnings in system/extras.

* Use const reference parameter type to avoid unnecessary copy.
* Use more efficient overloaded string methods.

Bug: 30407689
Bug: 30411878
Test: build with WITH_TIDY=1
Change-Id: I558d482910c8a53c042d876848e35cdce8b8c15b

6 years agoMerge "Mark the module as VNDK or VNDK-SP in Android.bp" into oc-mr1-dev
Justin Yun [Thu, 3 Aug 2017 08:28:32 +0000 (08:28 +0000)]
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" into oc-mr1-dev
am: 3a244de5fc

Change-Id: Ib77bf71f3b48de1ca1170e6a2a56f8d6d5d400af

6 years agoMerge "Mark the module as VNDK or VNDK-SP in Android.bp" into oc-mr1-dev
TreeHugger Robot [Thu, 3 Aug 2017 08:21:41 +0000 (08:21 +0000)]
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" into oc-mr1-dev

6 years agoMerge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."...
Yabin Cui [Thu, 3 Aug 2017 03:44:34 +0000 (03:44 +0000)]
Merge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`." am: b3734fda74 am: 2fa4ff8d52 am: 4552964c33
am: 757671e8bf

Change-Id: Icf28b57bfb488aa8362e795236e2afaa2c7bc6fe

6 years agoMerge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."...
Yabin Cui [Thu, 3 Aug 2017 03:39:31 +0000 (03:39 +0000)]
Merge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`." am: b3734fda74 am: 2fa4ff8d52
am: 4552964c33

Change-Id: I84fc2fe2f7518f571ea067fe8e1ec7989a2b3b25

6 years agoMerge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."...
Yabin Cui [Thu, 3 Aug 2017 03:34:02 +0000 (03:34 +0000)]
Merge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`." am: b3734fda74
am: 2fa4ff8d52

Change-Id: I7f0de9ec4d706e1654c36d21dee25d0d44b48692

6 years agoMerge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."
Yabin Cui [Thu, 3 Aug 2017 03:29:16 +0000 (03:29 +0000)]
Merge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."
am: b3734fda74

Change-Id: I89b8b5f864306487cbb6ca35d1adb657a0385199

6 years agoMerge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."
Treehugger Robot [Thu, 3 Aug 2017 03:20:31 +0000 (03:20 +0000)]
Merge "simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`."

6 years agosimpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`.
Yabin Cui [Wed, 2 Aug 2017 21:00:01 +0000 (14:00 -0700)]
simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`.

Also fix a problem that binary_cache_builder.py tries to pull /dev/zero.

Bug: None.
Test: run test.py TestExamplePureJava.test_app_profiler_with_ctrl_c.
Change-Id: Ie99af6795bb1e81ae6e93f8b7a8907d49c048694

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4237700." am: 76163e6103...
Yabin Cui [Wed, 2 Aug 2017 19:56:53 +0000 (19:56 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4237700." am: 76163e6103 am: ad151d07cd am: 1e2ce08b4a
am: c72aa0e322

Change-Id: I2aba4a551b229170d923b6cb4238d2aa91be2925

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4237700." am: 76163e6103...
Yabin Cui [Wed, 2 Aug 2017 19:52:55 +0000 (19:52 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4237700." am: 76163e6103 am: ad151d07cd
am: 1e2ce08b4a

Change-Id: Ic2c9672c74fc7fe7a387ff3f1891bf4a1e859520

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4237700." am: 76163e6103
Yabin Cui [Wed, 2 Aug 2017 19:49:27 +0000 (19:49 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4237700." am: 76163e6103
am: ad151d07cd

Change-Id: Id9c2db4e2fb7dcc0bfddeeb77136cb94d8564927

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4237700."
Yabin Cui [Wed, 2 Aug 2017 19:43:38 +0000 (19:43 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4237700."
am: 76163e6103

Change-Id: Ia19468d3c21852b73d2f58816e2e0ca59500cb5c

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4237700."
Yabin Cui [Wed, 2 Aug 2017 19:31:46 +0000 (19:31 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4237700."

6 years agosimpleperf: update simpleperf prebuilts to build 4237700.
Yabin Cui [Wed, 2 Aug 2017 19:03:55 +0000 (12:03 -0700)]
simpleperf: update simpleperf prebuilts to build 4237700.

Taken from branch aosp-master.
Test: None.

Change-Id: Idcf75340fb9c0d7b8c81f64eeb2cb94a4c432224

6 years agoMerge "simpleperf: split README.md in doc directory." am: 3b7e114229 am: 73503fb563...
Yabin Cui [Tue, 1 Aug 2017 05:13:13 +0000 (05:13 +0000)]
Merge "simpleperf: split README.md in doc directory." am: 3b7e114229 am: 73503fb563 am: eeb7f1f09c
am: 7bbb836535

Change-Id: Ifcae6b77ea761fd12e5245b003ed24498424f290

6 years agoMerge "simpleperf: split README.md in doc directory." am: 3b7e114229 am: 73503fb563
Yabin Cui [Tue, 1 Aug 2017 05:09:46 +0000 (05:09 +0000)]
Merge "simpleperf: split README.md in doc directory." am: 3b7e114229 am: 73503fb563
am: eeb7f1f09c

Change-Id: I982e7e669f062a05bc226af3d7c351df8131a0db

6 years agoMerge "simpleperf: split README.md in doc directory." am: 3b7e114229
Yabin Cui [Tue, 1 Aug 2017 05:06:12 +0000 (05:06 +0000)]
Merge "simpleperf: split README.md in doc directory." am: 3b7e114229
am: 73503fb563

Change-Id: Id90f6d8a6ff01a05c3d7422deea8236913036f74

6 years agoMerge "simpleperf: split README.md in doc directory."
Yabin Cui [Tue, 1 Aug 2017 05:02:44 +0000 (05:02 +0000)]
Merge "simpleperf: split README.md in doc directory."
am: 3b7e114229

Change-Id: Ic836b59b5a8b7c5f653c87d902abb15df1258da7

6 years agoMerge "simpleperf: split README.md in doc directory."
Yabin Cui [Tue, 1 Aug 2017 04:56:38 +0000 (04:56 +0000)]
Merge "simpleperf: split README.md in doc directory."

6 years agosimpleperf: split README.md in doc directory.
Yabin Cui [Mon, 31 Jul 2017 19:47:11 +0000 (12:47 -0700)]
simpleperf: split README.md in doc directory.

Move README.md to doc directory, split inferno doc into inferno.md,
move pictures from scripts/inferno/ to doc/.
Improve the content about showing flamegraphs in README.md.

Bug: http://b/64123842
Test: No.
Change-Id: Ia3ebd0bbbda21fa816b94cd349c901b5c7713564

6 years agoMerge "simpleperf: add --show-features option in list cmd." am: 2ad09b2ffd am: 1d5923...
Yabin Cui [Mon, 31 Jul 2017 18:22:15 +0000 (18:22 +0000)]
Merge "simpleperf: add --show-features option in list cmd." am: 2ad09b2ffd am: 1d592300f8 am: a2f16c7102
am: a674895fa2

Change-Id: I92fe0d2772c0c13f55cfff214960487dd442f552

6 years agoMerge "simpleperf: add --show-features option in list cmd." am: 2ad09b2ffd am: 1d592300f8
Yabin Cui [Mon, 31 Jul 2017 18:17:56 +0000 (18:17 +0000)]
Merge "simpleperf: add --show-features option in list cmd." am: 2ad09b2ffd am: 1d592300f8
am: a2f16c7102

Change-Id: I702f30298bb7e47c3c4bb97e4907832cbfc3a593

6 years agoMerge "simpleperf: add --show-features option in list cmd." am: 2ad09b2ffd
Yabin Cui [Mon, 31 Jul 2017 18:14:53 +0000 (18:14 +0000)]
Merge "simpleperf: add --show-features option in list cmd." am: 2ad09b2ffd
am: 1d592300f8

Change-Id: I9c6b0b7e38229c869d7acea88cb314130219f86c

6 years agoMerge "simpleperf: add --show-features option in list cmd."
Yabin Cui [Mon, 31 Jul 2017 18:11:28 +0000 (18:11 +0000)]
Merge "simpleperf: add --show-features option in list cmd."
am: 2ad09b2ffd

Change-Id: I2bce8ed7bf6ad13cadc01b92d07da661cb454a2e

6 years agoMerge "simpleperf: add --show-features option in list cmd."
Yabin Cui [Mon, 31 Jul 2017 18:06:36 +0000 (18:06 +0000)]
Merge "simpleperf: add --show-features option in list cmd."

6 years agoMerge "Update for v4.12.3 kernel headers." am: 6dfe8cde2c am: 2f31321c0a am: 0280f3eef1
Christopher Ferris [Sat, 29 Jul 2017 19:20:44 +0000 (19:20 +0000)]
Merge "Update for v4.12.3 kernel headers." am: 6dfe8cde2c am: 2f31321c0a am: 0280f3eef1
am: 2cb591b344

Change-Id: Ib6266ddb2586fde07d295956ad0f304a08f1e0ee

6 years agoMerge "Update for v4.12.3 kernel headers." am: 6dfe8cde2c am: 2f31321c0a
Christopher Ferris [Sat, 29 Jul 2017 19:15:43 +0000 (19:15 +0000)]
Merge "Update for v4.12.3 kernel headers." am: 6dfe8cde2c am: 2f31321c0a
am: 0280f3eef1

Change-Id: I3bd5815bc547e751f39d8adcbbfbb4c73cc08790

6 years agoMerge "Update for v4.12.3 kernel headers." am: 6dfe8cde2c
Christopher Ferris [Sat, 29 Jul 2017 19:10:09 +0000 (19:10 +0000)]
Merge "Update for v4.12.3 kernel headers." am: 6dfe8cde2c
am: 2f31321c0a

Change-Id: Ieb5c6f0a781c09e013eb060a3aafe6405fa95ce8

6 years agoMerge "Update for v4.12.3 kernel headers."
Christopher Ferris [Sat, 29 Jul 2017 19:07:11 +0000 (19:07 +0000)]
Merge "Update for v4.12.3 kernel headers."
am: 6dfe8cde2c

Change-Id: I9bf957357f35b995b000770689319a508e723510

6 years agoMerge "Update for v4.12.3 kernel headers."
Christopher Ferris [Sat, 29 Jul 2017 19:03:09 +0000 (19:03 +0000)]
Merge "Update for v4.12.3 kernel headers."

6 years agosimpleperf: add --show-features option in list cmd.
Yabin Cui [Sat, 29 Jul 2017 00:58:25 +0000 (17:58 -0700)]
simpleperf: add --show-features option in list cmd.

It is used to show features supported on the device.

Bug: http://b/64147273
Test: run simpleperf_unit_test.
Change-Id: Idb7821e74d1a23f8988ef2207696114498713f47

6 years agoMerge "simpleperf add more script tests." am: 4ba39d11d3 am: afd073f95c am: ec588226d2
Yabin Cui [Sat, 29 Jul 2017 00:48:56 +0000 (00:48 +0000)]
Merge "simpleperf add more script tests." am: 4ba39d11d3 am: afd073f95c am: ec588226d2
am: d4bc738f17

Change-Id: I3e28fc2014b2e67d69ffc54a17f60465355a6cf7

6 years agoMerge "simpleperf add more script tests." am: 4ba39d11d3 am: afd073f95c
Yabin Cui [Sat, 29 Jul 2017 00:47:24 +0000 (00:47 +0000)]
Merge "simpleperf add more script tests." am: 4ba39d11d3 am: afd073f95c
am: ec588226d2

Change-Id: I7c5e99bdd1b3fe581d2cb2ebd41620361dde7e58

6 years agoMerge "simpleperf add more script tests." am: 4ba39d11d3
Yabin Cui [Sat, 29 Jul 2017 00:44:53 +0000 (00:44 +0000)]
Merge "simpleperf add more script tests." am: 4ba39d11d3
am: afd073f95c

Change-Id: I670261f16bf0e6d5b98b179756a9abf96b4c1600

6 years agoMerge "simpleperf add more script tests."
Yabin Cui [Sat, 29 Jul 2017 00:42:23 +0000 (00:42 +0000)]
Merge "simpleperf add more script tests."
am: 4ba39d11d3

Change-Id: I379bf269c3a1d441ebc935e63d21ca988a5aad77

6 years agoMerge "simpleperf add more script tests."
Yabin Cui [Sat, 29 Jul 2017 00:36:20 +0000 (00:36 +0000)]
Merge "simpleperf add more script tests."

6 years agosimpleperf add more script tests.
Yabin Cui [Wed, 26 Jul 2017 19:29:44 +0000 (12:29 -0700)]
simpleperf add more script tests.

Add tests for Trace offcpu.
Add test for jni call.
Build testdata when running test.py.

Bug: http://b/63006886
Test: run test.py.

Change-Id: I5a87b8d2a8f59ead858c1b78a78c7e78847854f4

6 years agoUpdate for v4.12.3 kernel headers.
Christopher Ferris [Fri, 28 Jul 2017 16:10:56 +0000 (09:10 -0700)]
Update for v4.12.3 kernel headers.

Modify the host side linux byteorder.h to set the defines for little
endian. The new kernel headers require the defines, or there will be
compile errors.

Test: Ran all host side unit tests.
Change-Id: I05f0ea0695a56525af3cd808f2ae9a8d6b5c49db

6 years agoMerge "ext4_utils: enable uninit_bg feature for ext4 mke2fs" am: d4c959ba79 am: 0229b...
Jin Qian [Fri, 28 Jul 2017 01:02:49 +0000 (01:02 +0000)]
Merge "ext4_utils: enable uninit_bg feature for ext4 mke2fs" am: d4c959ba79 am: 0229b5829b am: aeee3526b2
am: 62b66f5ab0

Change-Id: I43a5e2528a8517442a8d69ca70e69bcf3c79746c

6 years agoMerge "ext4_utils: enable uninit_bg feature for ext4 mke2fs" am: d4c959ba79 am: 0229b...
Jin Qian [Fri, 28 Jul 2017 00:59:19 +0000 (00:59 +0000)]
Merge "ext4_utils: enable uninit_bg feature for ext4 mke2fs" am: d4c959ba79 am: 0229b5829b
am: aeee3526b2

Change-Id: I836398edd93aaf896163966fc8a81292e530db62

6 years agoMerge "ext4_utils: enable uninit_bg feature for ext4 mke2fs" am: d4c959ba79
Jin Qian [Fri, 28 Jul 2017 00:55:49 +0000 (00:55 +0000)]
Merge "ext4_utils: enable uninit_bg feature for ext4 mke2fs" am: d4c959ba79
am: 0229b5829b

Change-Id: I4ee480a4bbd6f22cf8ee9c635e7b2dd661f1b18a

6 years agoMerge "ext4_utils: enable uninit_bg feature for ext4 mke2fs"
Jin Qian [Fri, 28 Jul 2017 00:53:21 +0000 (00:53 +0000)]
Merge "ext4_utils: enable uninit_bg feature for ext4 mke2fs"
am: d4c959ba79

Change-Id: Id07f9f71e63c14706e6b0e9a161c7444163efa4d

6 years agoMerge "ext4_utils: enable uninit_bg feature for ext4 mke2fs"
Treehugger Robot [Fri, 28 Jul 2017 00:49:42 +0000 (00:49 +0000)]
Merge "ext4_utils: enable uninit_bg feature for ext4 mke2fs"

6 years agoext4_utils: enable uninit_bg feature for ext4 mke2fs
Jin Qian [Thu, 27 Jul 2017 23:34:20 +0000 (23:34 +0000)]
ext4_utils: enable uninit_bg feature for ext4 mke2fs
am: 794223c633

Change-Id: I39f587d6ba66002dffd111667fee409d8d404964

6 years agoext4_utils: enable uninit_bg feature for ext4 mke2fs
Jin Qian [Thu, 27 Jul 2017 18:33:12 +0000 (11:33 -0700)]
ext4_utils: enable uninit_bg feature for ext4 mke2fs

Some devices have very slow storage media. This feature can speed
up filesystem creation time noticeably.

Bug: 63809106
Bug: 64101366
Change-Id: Id4886822035808bcb279dbf6f81989fee9cc0ace
(cherry picked from commit 794223c633652b714db804729b5f57d3689a1f91)

6 years agoext4_utils: enable uninit_bg feature for ext4 mke2fs
Jin Qian [Thu, 27 Jul 2017 18:33:12 +0000 (11:33 -0700)]
ext4_utils: enable uninit_bg feature for ext4 mke2fs

Some devices have very slow storage media. This feature can speed
up filesystem creation time noticeably.

Bug: 63809106
Bug: 64101366
Change-Id: Id4886822035808bcb279dbf6f81989fee9cc0ace

6 years agoMerge "simpleperf: fix README.md to show inferno pictures correctly." am: 6979f2d842...
Yabin Cui [Thu, 27 Jul 2017 19:59:20 +0000 (19:59 +0000)]
Merge "simpleperf: fix README.md to show inferno pictures correctly." am: 6979f2d842 am: 752d7b23b6 am: 9e2fc10899
am: f6f885b91d

Change-Id: I01a13b1bac7473c52ce1389e1575aa8dd5fce17e

6 years agoMerge "simpleperf: fix README.md to show inferno pictures correctly." am: 6979f2d842...
Yabin Cui [Thu, 27 Jul 2017 19:50:53 +0000 (19:50 +0000)]
Merge "simpleperf: fix README.md to show inferno pictures correctly." am: 6979f2d842 am: 752d7b23b6
am: 9e2fc10899

Change-Id: Ie879bb9d9c02ea4515a721f9a01b0ee54116330e

6 years agoMerge "simpleperf: fix README.md to show inferno pictures correctly." am: 6979f2d842
Yabin Cui [Thu, 27 Jul 2017 19:45:21 +0000 (19:45 +0000)]
Merge "simpleperf: fix README.md to show inferno pictures correctly." am: 6979f2d842
am: 752d7b23b6

Change-Id: Ic62f4dae0e260e3945ab264260588c859591da24

6 years agoMerge "simpleperf: fix README.md to show inferno pictures correctly."
Yabin Cui [Thu, 27 Jul 2017 19:37:53 +0000 (19:37 +0000)]
Merge "simpleperf: fix README.md to show inferno pictures correctly."
am: 6979f2d842

Change-Id: Ie03268117b782b8b45cc86f462763f4691702d6f

6 years agoMerge "simpleperf: fix README.md to show inferno pictures correctly."
Yabin Cui [Thu, 27 Jul 2017 19:31:11 +0000 (19:31 +0000)]
Merge "simpleperf: fix README.md to show inferno pictures correctly."

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4219235." am: 6fd3f9b50d...
Yabin Cui [Thu, 27 Jul 2017 02:39:13 +0000 (02:39 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4219235." am: 6fd3f9b50d am: c3366b69d7 am: 02a14443e3
am: ad97def268

Change-Id: If84435e4b9c983d380179888aafc0fee0e679f62

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4219235." am: 6fd3f9b50d...
Yabin Cui [Thu, 27 Jul 2017 01:27:11 +0000 (01:27 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4219235." am: 6fd3f9b50d am: c3366b69d7
am: 02a14443e3

Change-Id: I4e0905b7702cec7b96ef46c946308db331bba902

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4219235." am: 6fd3f9b50d
Yabin Cui [Thu, 27 Jul 2017 01:06:09 +0000 (01:06 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4219235." am: 6fd3f9b50d
am: c3366b69d7

Change-Id: I717593108c491cdb9eb385cbb90e0fb065f68c7c

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4219235."
Yabin Cui [Thu, 27 Jul 2017 01:02:24 +0000 (01:02 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4219235."
am: 6fd3f9b50d

Change-Id: I4c2ce4b296b2c17dbaef8b7b5676b003e9d3ee6c

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4219235."
Yabin Cui [Thu, 27 Jul 2017 00:55:00 +0000 (00:55 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4219235."

6 years agosimpleperf: update simpleperf prebuilts to build 4219235.
Yabin Cui [Thu, 27 Jul 2017 00:05:25 +0000 (17:05 -0700)]
simpleperf: update simpleperf prebuilts to build 4219235.

Taken from branch aosp-master.

Test: none.

Change-Id: I64c9a60b4251549a22d44e9444824a439d5f4cc1

6 years agosimpleperf: fix README.md to show inferno pictures correctly.
Yabin Cui [Wed, 26 Jul 2017 18:23:06 +0000 (11:23 -0700)]
simpleperf: fix README.md to show inferno pictures correctly.

Bug: http://b/63006886
Test: none.
Change-Id: If27d2f0d91e2121c3d58c0b5451dee98934f2d40

6 years agoMerge "Fix a memory leak" am: 880d4e8574 am: 0b936b1028 am: 04190a8412
George Burgess IV [Wed, 26 Jul 2017 06:46:49 +0000 (06:46 +0000)]
Merge "Fix a memory leak" am: 880d4e8574 am: 0b936b1028 am: 04190a8412
am: f62bcde6a2

Change-Id: Ibcd6e31b9104b8c1c2a984b5e31c617e2bf5364c

6 years agoMerge "Fix a memory leak" am: 880d4e8574 am: 0b936b1028
George Burgess IV [Wed, 26 Jul 2017 06:42:00 +0000 (06:42 +0000)]
Merge "Fix a memory leak" am: 880d4e8574 am: 0b936b1028
am: 04190a8412

Change-Id: I607f7ce3fa857fb15100a9305ba4c6f7484a4a72

6 years agoMerge "Fix a memory leak" am: 880d4e8574
George Burgess IV [Wed, 26 Jul 2017 06:38:30 +0000 (06:38 +0000)]
Merge "Fix a memory leak" am: 880d4e8574
am: 0b936b1028

Change-Id: If18df161319def7ac360108f86f33e5c52dcf013

6 years agoMerge "Fix a memory leak"
George Burgess IV [Wed, 26 Jul 2017 06:34:31 +0000 (06:34 +0000)]
Merge "Fix a memory leak"
am: 880d4e8574

Change-Id: I411fd53aa80fc790773b8878bdeff06a4be40b51

6 years agoMerge "Fix a memory leak"
Treehugger Robot [Wed, 26 Jul 2017 06:26:13 +0000 (06:26 +0000)]
Merge "Fix a memory leak"

6 years agoFix a memory leak
George Burgess IV [Wed, 26 Jul 2017 01:21:24 +0000 (18:21 -0700)]
Fix a memory leak

This fixes the following memory leak:
system/extras/tests/tcp_nuke_addr/tcp_nuke_addr_test.cpp:146:20:
warning: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]

Namely, clang was upset that we didn't free the std::threads we new'ed
up. Immediately detach()ing them gets us the same effect.

(Context: We're trying to clean up scary-sounding warnings like this in
Android. I realize that, in this case, a leak is harmless, but...)

Bug: 27101951
Test: mma. Memory leak warning is gone. Ran the test on bullhead for
60s; seemed to work (last line of output is "60s: 246 cps, total 25432")

Change-Id: I4b6b5679430968e01ffea5bc10309a4ced04ba4e

6 years agoMerge "simpleperf: move inferno to scripts directory." am: 0cffcbee0d am: c71a4af252...
Yabin Cui [Wed, 26 Jul 2017 01:15:19 +0000 (01:15 +0000)]
Merge "simpleperf: move inferno to scripts directory." am: 0cffcbee0d am: c71a4af252 am: c8fa9ff1fe
am: 64fcb7797a

Change-Id: I2a772003f74074841dd0f4fb3010c8075c907e5b

6 years agoMerge "simpleperf: move inferno to scripts directory." am: 0cffcbee0d am: c71a4af252
Yabin Cui [Wed, 26 Jul 2017 01:07:37 +0000 (01:07 +0000)]
Merge "simpleperf: move inferno to scripts directory." am: 0cffcbee0d am: c71a4af252
am: c8fa9ff1fe

Change-Id: Ibe1d2cd98285a5a833a3240c7b2f7e9ef9378f6c

6 years agoMerge "simpleperf: move inferno to scripts directory." am: 0cffcbee0d
Yabin Cui [Wed, 26 Jul 2017 01:00:38 +0000 (01:00 +0000)]
Merge "simpleperf: move inferno to scripts directory." am: 0cffcbee0d
am: c71a4af252

Change-Id: I0c0e5cd874fa6a7185717a794807d95b2ebb478f

6 years agoMerge "simpleperf: move inferno to scripts directory."
Yabin Cui [Wed, 26 Jul 2017 00:57:09 +0000 (00:57 +0000)]
Merge "simpleperf: move inferno to scripts directory."
am: 0cffcbee0d

Change-Id: Ieb2f1bbe13f60df81553dd320d46aded1c00cec0

6 years agoMerge "simpleperf: support reporting trace offcpu data in simpleperf_report_lib....
Yabin Cui [Wed, 26 Jul 2017 00:56:48 +0000 (00:56 +0000)]
Merge "simpleperf: support reporting trace offcpu data in simpleperf_report_lib." am: be51cd0e9a am: 19565a030b am: 4e341c27fd
am: a9680df959

Change-Id: Ie8bb265cbcbcea06738dbfa59b70b0a6e62bfeac

6 years agoMerge "simpleperf: move inferno to scripts directory."
Treehugger Robot [Wed, 26 Jul 2017 00:48:35 +0000 (00:48 +0000)]
Merge "simpleperf: move inferno to scripts directory."