OSDN Git Service

android-x86/system-extras.git
6 years agoMerge "simpleperf: fix --app option for multiprocess apps."
Yabin Cui [Thu, 31 Aug 2017 17:03:34 +0000 (17:03 +0000)]
Merge "simpleperf: fix --app option for multiprocess apps."
am: 5324d11761

Change-Id: I47fb7b496b91d7b17fe6450c6795485de965e1db

6 years agoMerge "simpleperf: fix --app option for multiprocess apps."
Yabin Cui [Thu, 31 Aug 2017 16:52:39 +0000 (16:52 +0000)]
Merge "simpleperf: fix --app option for multiprocess apps."

6 years agoMerge "fix memory leak in unittest."
Yunlian Jiang [Wed, 30 Aug 2017 19:01:05 +0000 (19:01 +0000)]
Merge "fix memory leak in unittest."
am: d9ea298022

Change-Id: Ice30391dfa5352ca12eff79ca888febe87aa63ae

6 years agoMerge "fix memory leak in unittest."
Treehugger Robot [Wed, 30 Aug 2017 18:51:33 +0000 (18:51 +0000)]
Merge "fix memory leak in unittest."

6 years agofix memory leak in unittest.
Yunlian Jiang [Wed, 30 Aug 2017 16:50:05 +0000 (09:50 -0700)]
fix memory leak in unittest.

This fixes the warning
warning: Potential leak of memory pointed to by 'salt' [clang-analyzer-cplusplus.NewDeleteLeaks]

Bug: None
Test: The warning is gone.
Change-Id: I1a31188775c2a099949bf8b8e2613b71af5081cd

6 years agoMerge "Memory pressure"
Sherry Yang [Wed, 30 Aug 2017 03:48:40 +0000 (03:48 +0000)]
Merge "Memory pressure"
am: c7d0028ac2

Change-Id: I9d32b1c5233158411f55542402353c5802077402

6 years agoMerge "Memory pressure"
Treehugger Robot [Wed, 30 Aug 2017 03:32:35 +0000 (03:32 +0000)]
Merge "Memory pressure"

6 years agosimpleperf: fix --app option for multiprocess apps.
Yabin Cui [Mon, 28 Aug 2017 21:49:04 +0000 (14:49 -0700)]
simpleperf: fix --app option for multiprocess apps.

1. Search all processes in an app when using --app option in record command.
2. Fix searching one app process when using -p option in app_profiler.py.
3. Add unittest for profiling multiprocess apps.

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

Change-Id: Iba2e97c2174815d0236636e3cf15b1fc17a5d838

6 years agoMerge "simpleperf: fix finding app's process."
Yabin Cui [Tue, 29 Aug 2017 16:30:26 +0000 (16:30 +0000)]
Merge "simpleperf: fix finding app's process."
am: 5c4dcdb68d

Change-Id: If04548d4040db0f37f6851465d96ee97a4e0264a

6 years agoMerge "simpleperf: fix finding app's process."
Yabin Cui [Tue, 29 Aug 2017 16:22:28 +0000 (16:22 +0000)]
Merge "simpleperf: fix finding app's process."

6 years agosimpleperf: fix finding app's process.
Yabin Cui [Mon, 28 Aug 2017 22:49:33 +0000 (15:49 -0700)]
simpleperf: fix finding app's process.

Also check the return value of recording, fix some tiny errors in tests.

Bug: None.
Test: run test.py.
Change-Id: I42b33c796a302b71ca1c87888b4a2e9ad53306af

6 years agoMemory pressure
Sherry Yang [Sat, 26 Aug 2017 02:05:50 +0000 (19:05 -0700)]
Memory pressure

Create continuous memory pressure by adjusting
a child process's oom score and allocate in
the child. When a child is killed by
the low-memory-killer, fork another process and
continues until the program is killed or certain
number of iterations has reached.

Bug: 63926541
Test: run mem-pressure on target
Change-Id: Ic8ee60da7519c750de4bd690f26e31fa80c5cd49

6 years agoMerge "simpleperf: fix check of opening perf event files."
Yabin Cui [Fri, 25 Aug 2017 21:35:15 +0000 (21:35 +0000)]
Merge "simpleperf: fix check of opening perf event files."
am: 14f2ee3581

Change-Id: Ie331a523437a77dfb8068f8ddf9cf622a10fcc3c

6 years agoMerge "simpleperf: fix check of opening perf event files."
Yabin Cui [Fri, 25 Aug 2017 21:20:18 +0000 (21:20 +0000)]
Merge "simpleperf: fix check of opening perf event files."

6 years agosimpleperf: fix check of opening perf event files.
Yabin Cui [Fri, 25 Aug 2017 18:17:45 +0000 (11:17 -0700)]
simpleperf: fix check of opening perf event files.

When asked to monitor a process, record/stat cmd checks if we can
open perf event files for all threads successfully. However, it
fails when the monitored process has an exiting thread. This makes
record_cmd.duration_option test flakey, when there are exiting
threads in other tests, like record_cmd.handle_SIGHUP.

To fix this, only check if we can open perf event files for at
least one thread for each monitored process.

Bug: http://b/65047463
Test: run CtsSimpleperfTestCases.
Change-Id: Ia02ed498f49c9c6c452023ad31abb01a58071152

6 years agoMerge "Add missing libdl dependencies"
Pavlin Radoslavov [Wed, 23 Aug 2017 23:40:07 +0000 (23:40 +0000)]
Merge "Add missing libdl dependencies"
am: c7d0f96ab4

Change-Id: Ifacb48d2da671bbde09b2a2a4ab38e246fb89a3e

6 years agoMerge "Add missing libdl dependencies"
Pavlin Radoslavov [Wed, 23 Aug 2017 23:31:35 +0000 (23:31 +0000)]
Merge "Add missing libdl dependencies"

6 years agoAdd missing libdl dependencies
Pavlin Radoslavov [Wed, 23 Aug 2017 22:04:39 +0000 (15:04 -0700)]
Add missing libdl dependencies

Bug: 62815515
Test: lunch full-eng; make checkbuild
Change-Id: Iad3cf98d7c9e659ee517caf352613334215ea397

6 years agoMerge "Make cppreopts cleanup if it fails" am: 9711713241
Alex Light [Wed, 23 Aug 2017 19:49:49 +0000 (19:49 +0000)]
Merge "Make cppreopts cleanup if it fails" am: 9711713241
am: ac9b39c5ed

Change-Id: Iaff3d835bc30e5434d0f075293fdb48060edb3e2

6 years agoMerge "Make cppreopts cleanup if it fails"
Alex Light [Wed, 23 Aug 2017 19:46:56 +0000 (19:46 +0000)]
Merge "Make cppreopts cleanup if it fails"
am: 9711713241

Change-Id: Icd8077bdead31ca50ba41b4c426142d438d0239c

6 years agoMerge "Make cppreopts cleanup if it fails"
Treehugger Robot [Wed, 23 Aug 2017 19:39:41 +0000 (19:39 +0000)]
Merge "Make cppreopts cleanup if it fails"

6 years agoMake cppreopts cleanup if it fails
Alex Light [Tue, 25 Jul 2017 18:17:05 +0000 (11:17 -0700)]
Make cppreopts cleanup if it fails

Previously we would simply leave temporary files lying around if we
failed to rename them for some reason. This change makes us attempt to
clean the temporary files up.

Test: Phone boots.
Bug: 63995897
Change-Id: Ib876a626904bec090fe4f3bd228335feadb6a7c7

6 years agoMerge "simpleperf: improve test.py." am: 12bc7ee848 am: 005fc035cb
Yabin Cui [Tue, 22 Aug 2017 01:34:28 +0000 (01:34 +0000)]
Merge "simpleperf: improve test.py." am: 12bc7ee848 am: 005fc035cb
am: 3f5f725466

Change-Id: Ie2068adc6d8e06ab0bb1c99d2b3bbb9ac42bc11a

6 years agoMerge "simpleperf: improve test.py." am: 12bc7ee848
Yabin Cui [Tue, 22 Aug 2017 01:28:29 +0000 (01:28 +0000)]
Merge "simpleperf: improve test.py." am: 12bc7ee848
am: 005fc035cb

Change-Id: I1dfb939e095e1eb176984306262018cabe4915b3

6 years agoMerge "simpleperf: improve test.py."
Yabin Cui [Tue, 22 Aug 2017 01:21:01 +0000 (01:21 +0000)]
Merge "simpleperf: improve test.py."
am: 12bc7ee848

Change-Id: I9bab0ca51e3272b0aed5a5b305d2474e8f1e86e3

6 years agoMerge "simpleperf: improve test.py."
Yabin Cui [Tue, 22 Aug 2017 01:07:11 +0000 (01:07 +0000)]
Merge "simpleperf: improve test.py."

6 years agosimpleperf: improve test.py.
Yabin Cui [Mon, 21 Aug 2017 23:28:48 +0000 (16:28 -0700)]
simpleperf: improve test.py.

Run tests only on Android >=N.
Fix a failed test on Android N.
Change app_profiler.py to make the tests less flakey.

Bug: http://b/63006886
Test: run test.py.
Change-Id: I625b15e44a6825aa7b479cb17caa86c0186f5385

6 years agoMerge "simpleperf: make inferno flamegraph resizable." am: 442f469d08 am: 6e639ffb7b
Yabin Cui [Mon, 21 Aug 2017 23:04:14 +0000 (23:04 +0000)]
Merge "simpleperf: make inferno flamegraph resizable." am: 442f469d08 am: 6e639ffb7b
am: ddc845f65a

Change-Id: Ic54d8cc2717adf94d6a44cf0fc55cca953300a27

6 years agoMerge "simpleperf: make inferno flamegraph resizable." am: 442f469d08
Yabin Cui [Mon, 21 Aug 2017 22:57:40 +0000 (22:57 +0000)]
Merge "simpleperf: make inferno flamegraph resizable." am: 442f469d08
am: 6e639ffb7b

Change-Id: I18b77ef52250339961eb3d68185485c7ec5b0204

6 years agoMerge "simpleperf: make inferno flamegraph resizable."
Yabin Cui [Mon, 21 Aug 2017 22:52:27 +0000 (22:52 +0000)]
Merge "simpleperf: make inferno flamegraph resizable."
am: 442f469d08

Change-Id: Id479db60cd9d47e4df37b0a8be38623de0eaafe3

6 years agoMerge "simpleperf: make inferno flamegraph resizable."
Yabin Cui [Mon, 21 Aug 2017 22:43:34 +0000 (22:43 +0000)]
Merge "simpleperf: make inferno flamegraph resizable."

6 years agoMerge "simpleperf: fix scripts based on test on darwin/windows." am: b137bb2c74 am...
Yabin Cui [Mon, 21 Aug 2017 21:52:13 +0000 (21:52 +0000)]
Merge "simpleperf: fix scripts based on test on darwin/windows." am: b137bb2c74 am: cc4690506e
am: 46157d4a2e

Change-Id: Ie63b796db5f6b20159eb26e8dd6eadae8f7afece

6 years agoMerge "simpleperf: fix scripts based on test on darwin/windows." am: b137bb2c74
Yabin Cui [Mon, 21 Aug 2017 21:45:44 +0000 (21:45 +0000)]
Merge "simpleperf: fix scripts based on test on darwin/windows." am: b137bb2c74
am: cc4690506e

Change-Id: I76594d98ed2bba06bfc1953e2d36396eecbec7f7

6 years agoMerge "simpleperf: fix scripts based on test on darwin/windows."
Yabin Cui [Mon, 21 Aug 2017 21:40:16 +0000 (21:40 +0000)]
Merge "simpleperf: fix scripts based on test on darwin/windows."
am: b137bb2c74

Change-Id: I330a053333edb0d2b686d6dd1a63147951d614cf

6 years agoMerge "simpleperf: fix scripts based on test on darwin/windows."
Yabin Cui [Mon, 21 Aug 2017 21:32:20 +0000 (21:32 +0000)]
Merge "simpleperf: fix scripts based on test on darwin/windows."

6 years agosimpleperf: make inferno flamegraph resizable.
Yabin Cui [Fri, 18 Aug 2017 00:54:11 +0000 (17:54 -0700)]
simpleperf: make inferno flamegraph resizable.

By using jqueryui resizable and set the width of each
node by percentage, we can make the flamegraph resizable.

Bug: http://b/64035530
Test: run inferno.sh.
Change-Id: I1d56e4eecbceaa6189eff25995d20f758a8b4111

6 years agosimpleperf: fix scripts based on test on darwin/windows.
Yabin Cui [Mon, 21 Aug 2017 20:14:49 +0000 (13:14 -0700)]
simpleperf: fix scripts based on test on darwin/windows.

1. fix inferno.bat to correctly pass arguments.
2. type `inferno.bat` instead of `./inferno.bat`.
3. call `inferno.bat` in python should use shell=True.
4. fix the way to open browser on darwin/windows.

Bug: http://b/64035530
Test: run test.py on all platforms.

Change-Id: I5e22907d0c25186b129bf82e0f83d3b71e28ffb2

6 years agoMerge "simpleperf: support --profile_from_launch option in app_profiler.py." am:...
Yabin Cui [Sat, 19 Aug 2017 03:03:29 +0000 (03:03 +0000)]
Merge "simpleperf: support --profile_from_launch option in app_profiler.py." am: 0e6b67e308 am: 04938917b5
am: f1fa8bd44f

Change-Id: Ia051e6a4694195dc1e060187758a35c57553816e

6 years agoMerge "simpleperf: support --profile_from_launch option in app_profiler.py." am:...
Yabin Cui [Sat, 19 Aug 2017 03:00:29 +0000 (03:00 +0000)]
Merge "simpleperf: support --profile_from_launch option in app_profiler.py." am: 0e6b67e308
am: 04938917b5

Change-Id: Ia62f170bc58b422a6f252699a2a1ccd58c244bc6

6 years agoMerge "simpleperf: support --profile_from_launch option in app_profiler.py."
Yabin Cui [Sat, 19 Aug 2017 02:57:32 +0000 (02:57 +0000)]
Merge "simpleperf: support --profile_from_launch option in app_profiler.py."
am: 0e6b67e308

Change-Id: I66d0e1d240d972ec9c39290a5b7ab43b85c80c75

6 years agoMerge "simpleperf: support --profile_from_launch option in app_profiler.py."
Yabin Cui [Sat, 19 Aug 2017 02:52:31 +0000 (02:52 +0000)]
Merge "simpleperf: support --profile_from_launch option in app_profiler.py."

6 years agosimpleperf: support --profile_from_launch option in app_profiler.py.
Yabin Cui [Fri, 18 Aug 2017 19:44:34 +0000 (12:44 -0700)]
simpleperf: support --profile_from_launch option in app_profiler.py.

Bug: http://b/34108866
Test: run test.py.
Change-Id: I6476b02fe31bf3f949e61640a8637582b09f270e

6 years agoMerge "simpleperf: add missing scripts in simpleperf_script.zip." am: e1a9f9267f...
Yabin Cui [Fri, 18 Aug 2017 18:39:52 +0000 (18:39 +0000)]
Merge "simpleperf: add missing scripts in simpleperf_script.zip." am: e1a9f9267f am: 961f9fdb7a
am: 0740c15490

Change-Id: Iffc441f39d033680325857e9f835ab4bebe6b2bd

6 years agoMerge "simpleperf: add missing scripts in simpleperf_script.zip." am: e1a9f9267f
Yabin Cui [Fri, 18 Aug 2017 18:31:06 +0000 (18:31 +0000)]
Merge "simpleperf: add missing scripts in simpleperf_script.zip." am: e1a9f9267f
am: 961f9fdb7a

Change-Id: If39c5461ddd68b24065b5e596597bea3ae5c6d7a

6 years agoMerge "simpleperf: add missing scripts in simpleperf_script.zip."
Yabin Cui [Fri, 18 Aug 2017 18:25:37 +0000 (18:25 +0000)]
Merge "simpleperf: add missing scripts in simpleperf_script.zip."
am: e1a9f9267f

Change-Id: I73e6afb0159518089b5841ccc34e92630f0353b6

6 years agoMerge "simpleperf: add missing scripts in simpleperf_script.zip."
Yabin Cui [Fri, 18 Aug 2017 18:22:26 +0000 (18:22 +0000)]
Merge "simpleperf: add missing scripts in simpleperf_script.zip."

6 years agosimpleperf: add missing scripts in simpleperf_script.zip.
Yabin Cui [Fri, 18 Aug 2017 18:19:41 +0000 (11:19 -0700)]
simpleperf: add missing scripts in simpleperf_script.zip.

Bug: http://b/64035530
Test: run `make sdk`.
Change-Id: I2e60ca530076ea46664a0afa0602a456786b03e6

7 years agoMerge "simpleperf: add doc for --trace-offcpu option." am: bc53c51acc am: f9ae7c9b35
Yabin Cui [Fri, 18 Aug 2017 01:20:57 +0000 (01:20 +0000)]
Merge "simpleperf: add doc for --trace-offcpu option." am: bc53c51acc am: f9ae7c9b35
am: c17128b4ae

Change-Id: I63f0cdd574aed9abc4a043cbb19395da04cabff7

7 years agoMerge "simpleperf: add doc for --trace-offcpu option." am: bc53c51acc
Yabin Cui [Fri, 18 Aug 2017 01:16:26 +0000 (01:16 +0000)]
Merge "simpleperf: add doc for --trace-offcpu option." am: bc53c51acc
am: f9ae7c9b35

Change-Id: I5a029083ffbccdc6a559095838fc91e36ff502e5

7 years agoMerge "simpleperf: add doc for --trace-offcpu option."
Yabin Cui [Fri, 18 Aug 2017 01:11:28 +0000 (01:11 +0000)]
Merge "simpleperf: add doc for --trace-offcpu option."
am: bc53c51acc

Change-Id: Ic465e25c7683627469e113d1d2273bcdda5e1232

7 years agoMerge "simpleperf: add doc for --trace-offcpu option."
Yabin Cui [Fri, 18 Aug 2017 01:00:05 +0000 (01:00 +0000)]
Merge "simpleperf: add doc for --trace-offcpu option."

7 years agosimpleperf: add doc for --trace-offcpu option.
Yabin Cui [Thu, 17 Aug 2017 22:46:35 +0000 (15:46 -0700)]
simpleperf: add doc for --trace-offcpu option.

Bug: http://b/37572306
Test: run `remarkable README.md`.
Change-Id: I353dbc480a5af2755cde35132addaff890e715c5

7 years agoMerge "simpleperf: fix inferno and test content of report.html." am: 001e76be63 am...
Yabin Cui [Thu, 17 Aug 2017 21:42:38 +0000 (21:42 +0000)]
Merge "simpleperf: fix inferno and test content of report.html." am: 001e76be63 am: f9ec53fc3f
am: f5967b2d97

Change-Id: Ie59796139208582d7a79259d32860015ab5fe054

7 years agoMerge "simpleperf: add run_simpleperf_on_device.py." am: 72dd31f567 am: 5bd5d376c2
Yabin Cui [Thu, 17 Aug 2017 21:42:25 +0000 (21:42 +0000)]
Merge "simpleperf: add run_simpleperf_on_device.py." am: 72dd31f567 am: 5bd5d376c2
am: 833aa2b45b

Change-Id: Ia52c87b9690201a5d94a5ede45700be7dbb359a6

7 years agoMerge "simpleperf: fix building simpleperf_script.zip." am: 88fed2d53e am: 8a8568e7b9
Yabin Cui [Thu, 17 Aug 2017 21:42:09 +0000 (21:42 +0000)]
Merge "simpleperf: fix building simpleperf_script.zip." am: 88fed2d53e am: 8a8568e7b9
am: 3f97e890b7

Change-Id: Ia5026666de14d08f1e0090cb8807d8e38f53e593

7 years agoMerge "simpleperf: fix inferno and test content of report.html." am: 001e76be63
Yabin Cui [Thu, 17 Aug 2017 21:39:11 +0000 (21:39 +0000)]
Merge "simpleperf: fix inferno and test content of report.html." am: 001e76be63
am: f9ec53fc3f

Change-Id: I7ab696e12b67a44434c4af90105854d52d5260b5

7 years agoMerge "simpleperf: add run_simpleperf_on_device.py." am: 72dd31f567
Yabin Cui [Thu, 17 Aug 2017 21:38:57 +0000 (21:38 +0000)]
Merge "simpleperf: add run_simpleperf_on_device.py." am: 72dd31f567
am: 5bd5d376c2

Change-Id: I584517ede8e194df7730743de84445f959b000d8

7 years agoMerge "simpleperf: fix building simpleperf_script.zip." am: 88fed2d53e
Yabin Cui [Thu, 17 Aug 2017 21:38:40 +0000 (21:38 +0000)]
Merge "simpleperf: fix building simpleperf_script.zip." am: 88fed2d53e
am: 8a8568e7b9

Change-Id: Icb231b234bd1fd4b84a798847c2a2c9a35a90290

7 years agoMerge "simpleperf: fix inferno and test content of report.html."
Yabin Cui [Thu, 17 Aug 2017 21:35:09 +0000 (21:35 +0000)]
Merge "simpleperf: fix inferno and test content of report.html."
am: 001e76be63

Change-Id: Id915fae598b6538f2a9e6ccb6454bdb7e075900e

7 years agoMerge "simpleperf: add run_simpleperf_on_device.py."
Yabin Cui [Thu, 17 Aug 2017 21:34:55 +0000 (21:34 +0000)]
Merge "simpleperf: add run_simpleperf_on_device.py."
am: 72dd31f567

Change-Id: I7ba9c0c46a3fcbb70cd30aaa10d2f5ca0ba789b0

7 years agoMerge "simpleperf: fix building simpleperf_script.zip."
Yabin Cui [Thu, 17 Aug 2017 21:34:42 +0000 (21:34 +0000)]
Merge "simpleperf: fix building simpleperf_script.zip."
am: 88fed2d53e

Change-Id: I79dedd05ddf937726e11d164d78c306409490b04

7 years agoMerge "simpleperf: fix inferno and test content of report.html."
Yabin Cui [Thu, 17 Aug 2017 21:30:19 +0000 (21:30 +0000)]
Merge "simpleperf: fix inferno and test content of report.html."

7 years agoMerge "simpleperf: add run_simpleperf_on_device.py."
Yabin Cui [Thu, 17 Aug 2017 21:28:05 +0000 (21:28 +0000)]
Merge "simpleperf: add run_simpleperf_on_device.py."

7 years agoMerge "simpleperf: fix building simpleperf_script.zip."
Yabin Cui [Thu, 17 Aug 2017 21:27:38 +0000 (21:27 +0000)]
Merge "simpleperf: fix building simpleperf_script.zip."

7 years agoMerge "simpleperf: update simpleperf prebuilts to build 4282339." am: 24bd27006a...
Yabin Cui [Thu, 17 Aug 2017 21:11:12 +0000 (21:11 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4282339." am: 24bd27006a am: ea6e02e55d
am: 28b93f9141

Change-Id: I56815e11df944a1f3590c278cffb6a967d67dbf2

7 years agoMerge "simpleperf: update simpleperf prebuilts to build 4282339." am: 24bd27006a
Yabin Cui [Thu, 17 Aug 2017 21:07:14 +0000 (21:07 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4282339." am: 24bd27006a
am: ea6e02e55d

Change-Id: Ibd1c3c39f03a6747bb090f6db8e26861cfec6977

7 years agoMerge "simpleperf: update simpleperf prebuilts to build 4282339."
Yabin Cui [Thu, 17 Aug 2017 21:04:13 +0000 (21:04 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4282339."
am: 24bd27006a

Change-Id: I5e36c3fbaac216141ac5b80543ca1814583c79b7

7 years agoMerge "simpleperf: update simpleperf prebuilts to build 4282339."
Yabin Cui [Thu, 17 Aug 2017 20:59:04 +0000 (20:59 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4282339."

7 years agosimpleperf: add run_simpleperf_on_device.py.
Yabin Cui [Fri, 11 Aug 2017 23:22:50 +0000 (16:22 -0700)]
simpleperf: add run_simpleperf_on_device.py.

It is added mainly to show in README.md how to detect whether
trace-offcpu is supported on device, by
 `python run_simpleperf_on_device.py list --show-features`.

Bug: http://b/32834638
Test: run test.py.
Change-Id: I33a6fb81b650293faec233eb6a735bac7cb5e215

7 years agosimpleperf: update simpleperf prebuilts to build 4282339.
Yabin Cui [Thu, 17 Aug 2017 19:30:32 +0000 (12:30 -0700)]
simpleperf: update simpleperf prebuilts to build 4282339.

Taken from branch aosp-master.
Bug: None
Test: None

Change-Id: I9349e8e646b2b7c999c7f540fd1f0d346ff15889

7 years agosimpleperf: fix building simpleperf_script.zip.
Yabin Cui [Mon, 14 Aug 2017 19:24:15 +0000 (12:24 -0700)]
simpleperf: fix building simpleperf_script.zip.

The previous way of building simpleperf_script.zip uses "../" in zip file
makes unzip complain. So remove "../" by moving the makefile to the parent
directory.

Also include inferno in simpleperf_script.zip.

Bug: http://b/64035530
Test: run `make sdk -j30`.
Change-Id: Ic4359c5cf68e1475a605d58883a2451ca43bbe24

7 years agosimpleperf: fix inferno and test content of report.html.
Yabin Cui [Mon, 14 Aug 2017 23:35:10 +0000 (16:35 -0700)]
simpleperf: fix inferno and test content of report.html.

Inferno uses sample count to decide the width of each method,
but this is not accurate. Fix it by using event count instead.

Besides that, refactor inferno.py a little, get record cmd
and device info from perf.data, and test content of report.html
generated by inferno.

Also fix a flakey test TestExamplePureJava.test_app_profiler_with_ctrl_c.

Bug: http://b/64035530
Test: run test.py.
Change-Id: Ia57fcbd28b4242b4251b063bd38a58da7b93eba0

7 years agoMerge "simpleperf: export more info through report_lib_interface." am: 78b3cc8387...
Yabin Cui [Mon, 14 Aug 2017 21:05:43 +0000 (21:05 +0000)]
Merge "simpleperf: export more info through report_lib_interface." am: 78b3cc8387 am: 01db2c9306
am: 973046467d

Change-Id: Icc62ec8e87ca1f896f66d71be7ce27db2023843b

7 years agoMerge "simpleperf: export more info through report_lib_interface." am: 78b3cc8387
Yabin Cui [Mon, 14 Aug 2017 21:01:44 +0000 (21:01 +0000)]
Merge "simpleperf: export more info through report_lib_interface." am: 78b3cc8387
am: 01db2c9306

Change-Id: Ib71725d96093532ed88a5ef786a5cf9539c0f375

7 years agoMerge "simpleperf: export more info through report_lib_interface."
Yabin Cui [Mon, 14 Aug 2017 20:57:44 +0000 (20:57 +0000)]
Merge "simpleperf: export more info through report_lib_interface."
am: 78b3cc8387

Change-Id: I4a0081b2b56b8ebc20529fd71d6e4ebeb8329712

7 years agoMerge "simpleperf: export more info through report_lib_interface."
Yabin Cui [Mon, 14 Aug 2017 20:51:47 +0000 (20:51 +0000)]
Merge "simpleperf: export more info through report_lib_interface."

7 years agoMerge "simpleperf: format inferno code." am: 504d653008 am: 03e42a04f0
Yabin Cui [Mon, 14 Aug 2017 19:39:07 +0000 (19:39 +0000)]
Merge "simpleperf: format inferno code." am: 504d653008 am: 03e42a04f0
am: 8173451339

Change-Id: I66ea3e2be21adba601740775452a66f07036c5f1

7 years agoMerge "simpleperf: format inferno code." am: 504d653008
Yabin Cui [Mon, 14 Aug 2017 19:34:37 +0000 (19:34 +0000)]
Merge "simpleperf: format inferno code." am: 504d653008
am: 03e42a04f0

Change-Id: Id53c5aa8a9b59eef8ef48e95265fe27ad176a07b

7 years agoMerge "simpleperf: format inferno code."
Yabin Cui [Mon, 14 Aug 2017 19:30:40 +0000 (19:30 +0000)]
Merge "simpleperf: format inferno code."
am: 504d653008

Change-Id: I3fb3ca1ca306e58bfb720eadd12e0f6659c88b9d

7 years agoMerge "simpleperf: format inferno code."
Yabin Cui [Mon, 14 Aug 2017 19:21:13 +0000 (19:21 +0000)]
Merge "simpleperf: format inferno code."

7 years agoMerge "simpleperf: fix link of README.md." am: e96387ab5e am: 200afdc1e6
Yabin Cui [Mon, 14 Aug 2017 18:25:32 +0000 (18:25 +0000)]
Merge "simpleperf: fix link of README.md." am: e96387ab5e am: 200afdc1e6
am: 306623ad87

Change-Id: Ib1e4274fb207f598788e9d178c0d60e24ed1c3ba

7 years agoMerge "simpleperf: fix link of README.md." am: e96387ab5e
Yabin Cui [Mon, 14 Aug 2017 18:21:32 +0000 (18:21 +0000)]
Merge "simpleperf: fix link of README.md." am: e96387ab5e
am: 200afdc1e6

Change-Id: I8b8bf2b756d88bafd4b2f6f25cc84c4a7262d814

7 years agoMerge "simpleperf: fix link of README.md."
Yabin Cui [Mon, 14 Aug 2017 18:17:34 +0000 (18:17 +0000)]
Merge "simpleperf: fix link of README.md."
am: e96387ab5e

Change-Id: I10da85da18156e0b50ebeff275df6eb3d4803e21

7 years agoMerge "simpleperf: fix link of README.md."
Yabin Cui [Mon, 14 Aug 2017 18:12:45 +0000 (18:12 +0000)]
Merge "simpleperf: fix link of README.md."

7 years agosimpleperf: export more info through report_lib_interface.
Yabin Cui [Fri, 11 Aug 2017 21:52:51 +0000 (14:52 -0700)]
simpleperf: export more info through report_lib_interface.

Make below changes to better suppport inferno:
1. Save product properties of device in perf.data.

2. Add a python/c api GetFeatureSection. It is used to support
reading record cmd and meta info from perf.data.

3. Remove old api GetNextMetaInfo, because meta info can be
exported by GetFeatureSection more easily.

4. When reading perf.data in record_file_reader.cpp, remove
callchain at and below ip == 0 to avoid caller's effort.

Also move to use android-base/properties.h.

Bug: http://b/64035530
Test: run simpleperf_unit_test and test.py.
Change-Id: Ib6743a09167e2b7cd65a12f17d991bc1ac628588

7 years agosimpleperf: fix link of README.md.
Yabin Cui [Mon, 14 Aug 2017 17:41:20 +0000 (10:41 -0700)]
simpleperf: fix link of README.md.

Bug: None
Test: None
Change-Id: If06288b0b5b2b2ec20a7fc4f930c5ca3d0198978

7 years agoMerge "simpleperf: improve warning msg." am: 668f19e1a9 am: e9a7352108
Yabin Cui [Mon, 14 Aug 2017 17:31:30 +0000 (17:31 +0000)]
Merge "simpleperf: improve warning msg." am: 668f19e1a9 am: e9a7352108
am: 82fc73f530

Change-Id: Ic7105b5c989235406dd68bb0fe0fce6c086106fe

7 years agoMerge "simpleperf: improve warning msg." am: 668f19e1a9
Yabin Cui [Mon, 14 Aug 2017 17:26:58 +0000 (17:26 +0000)]
Merge "simpleperf: improve warning msg." am: 668f19e1a9
am: e9a7352108

Change-Id: I3f3ac12eff4cc3472d454842fe12e23f3b953afa

7 years agoMerge "simpleperf: improve warning msg."
Yabin Cui [Mon, 14 Aug 2017 17:22:59 +0000 (17:22 +0000)]
Merge "simpleperf: improve warning msg."
am: 668f19e1a9

Change-Id: I6c122f13e6bd8dcd2f3d7c93c9e8a1f65381bfd0

7 years agoMerge "simpleperf: improve warning msg."
Yabin Cui [Mon, 14 Aug 2017 17:19:53 +0000 (17:19 +0000)]
Merge "simpleperf: improve warning msg."

7 years agosimpleperf: improve warning msg.
Yabin Cui [Sat, 12 Aug 2017 00:03:07 +0000 (17:03 -0700)]
simpleperf: improve warning msg.

The warning of missing symbol for each lib is shown twice,
once in recording, and once in reporting. This is redundant and
maybe misleading. Because when reporting we actually don't know
if we have collected enough symbols in perf.data. So move warning
of missing symbols to debug info if we have symbols in perf.data.

Use customized StderrLogger, because simpleperf doesn't need
time,pid,tid information in log.

Bug: http://b/29574526
Test: run simpleperf manually and run simpleperf_unit_test.
Change-Id: I9baf6d8fdcd63907681f2daa45b8fad6bf7e2516

7 years agosimpleperf: format inferno code.
Yabin Cui [Fri, 11 Aug 2017 22:49:36 +0000 (15:49 -0700)]
simpleperf: format inferno code.

Format python code using autopep8.
Change Javascript code to ES6, and format it using eslint.

Bug: http://b/64035530
Test: run inferno.
Change-Id: I8b3553bf49423275da8eb3ad6fe3d8bb8dcf0a5b

7 years agoMerge "simpleperf: use app_profiler.py in inferno." am: c2adeafb3c am: 6918695687
Yabin Cui [Thu, 10 Aug 2017 18:06:06 +0000 (18:06 +0000)]
Merge "simpleperf: use app_profiler.py in inferno." am: c2adeafb3c am: 6918695687
am: 666bc7b0f1

Change-Id: Ia07530316e1d80cb6555fa5f9c66f349bd9aa3e5

7 years agoMerge "simpleperf: use app_profiler.py in inferno." am: c2adeafb3c
Yabin Cui [Thu, 10 Aug 2017 18:03:19 +0000 (18:03 +0000)]
Merge "simpleperf: use app_profiler.py in inferno." am: c2adeafb3c
am: 6918695687

Change-Id: Id470ce14f761c2778ae72d63653b82c1bf66bf66

7 years agoMerge "simpleperf: use app_profiler.py in inferno."
Yabin Cui [Thu, 10 Aug 2017 17:59:33 +0000 (17:59 +0000)]
Merge "simpleperf: use app_profiler.py in inferno."
am: c2adeafb3c

Change-Id: I8c4566f13540c115cd61fe35627ce57802bde9ca

7 years agoMerge "simpleperf: use app_profiler.py in inferno."
Yabin Cui [Thu, 10 Aug 2017 17:49:12 +0000 (17:49 +0000)]
Merge "simpleperf: use app_profiler.py in inferno."

7 years agoMerge "simpleperf: fix stat cmd." am: 45da8349f7 am: 2c03289a32
Yabin Cui [Wed, 9 Aug 2017 01:25:03 +0000 (01:25 +0000)]
Merge "simpleperf: fix stat cmd." am: 45da8349f7 am: 2c03289a32
am: 72a9ad65d2

Change-Id: I5c9dae000e11248cecfd327001a3fd5c1bc0110f

7 years agoMerge "simpleperf: fix stat cmd." am: 45da8349f7
Yabin Cui [Wed, 9 Aug 2017 01:20:03 +0000 (01:20 +0000)]
Merge "simpleperf: fix stat cmd." am: 45da8349f7
am: 2c03289a32

Change-Id: I7ce9c99de10b69f404127d06ac1053a5167e3505

7 years agoMerge "simpleperf: fix stat cmd."
Yabin Cui [Wed, 9 Aug 2017 01:14:35 +0000 (01:14 +0000)]
Merge "simpleperf: fix stat cmd."
am: 45da8349f7

Change-Id: I4b659d142223167041058e4b91399d1010b7854e

7 years agoMerge "simpleperf: fix stat cmd."
Treehugger Robot [Wed, 9 Aug 2017 01:00:49 +0000 (01:00 +0000)]
Merge "simpleperf: fix stat cmd."