OSDN Git Service

android-x86/system-extras.git
6 years agoMerge "ext4_utils: Fix a looping bug and memory leak"
Ting-Yuan Huang [Thu, 21 Sep 2017 19:20:49 +0000 (19:20 +0000)]
Merge "ext4_utils: Fix a looping bug and memory leak"
am: 1db7fa615d

Change-Id: I9f7c608b981a286d25cb5ca2d9587e333808eddc

6 years agoMerge "Fix reduce_allocation()."
Ting-Yuan Huang [Thu, 21 Sep 2017 19:20:29 +0000 (19:20 +0000)]
Merge "Fix reduce_allocation()."
am: 7d845bafe5

Change-Id: I59e51d916e3a4dc6aefab2d41a0ad06a473fef1d

6 years agoMerge "ext4_utils: Fix a looping bug and memory leak"
Treehugger Robot [Thu, 21 Sep 2017 19:17:34 +0000 (19:17 +0000)]
Merge "ext4_utils: Fix a looping bug and memory leak"

6 years agoMerge "Fix reduce_allocation()."
Treehugger Robot [Thu, 21 Sep 2017 19:16:38 +0000 (19:16 +0000)]
Merge "Fix reduce_allocation()."

6 years agoMerge "simpleperf: allow inferno to run from any dir."
Yabin Cui [Thu, 21 Sep 2017 01:18:12 +0000 (01:18 +0000)]
Merge "simpleperf: allow inferno to run from any dir."
am: a9e5b352f6

Change-Id: I33034f54cb0919e1ce5d6152d5a1fbe896ca79b4

6 years agoMerge "simpleperf: allow inferno to run from any dir."
Treehugger Robot [Thu, 21 Sep 2017 01:14:34 +0000 (01:14 +0000)]
Merge "simpleperf: allow inferno to run from any dir."

6 years agosimpleperf: allow inferno to run from any dir.
Yabin Cui [Wed, 20 Sep 2017 23:20:04 +0000 (16:20 -0700)]
simpleperf: allow inferno to run from any dir.

Previously inferno.sh/.bat can only run from scripts/, this CL
removes the restriction.

Also add -o option to select report path.

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

6 years agoMerge "Fix clang static analyzer warnings"
Manoj Gupta [Wed, 20 Sep 2017 00:30:11 +0000 (00:30 +0000)]
Merge "Fix clang static analyzer warnings"
am: 797da605d0

Change-Id: I5224ae1341e6442f28c044524c3d8b790873cdc8

6 years agoMerge "Fix clang static analyzer warnings"
Treehugger Robot [Wed, 20 Sep 2017 00:23:44 +0000 (00:23 +0000)]
Merge "Fix clang static analyzer warnings"

6 years agoext4_utils: Fix a looping bug and memory leak
Ting-Yuan Huang [Tue, 29 Aug 2017 23:27:59 +0000 (16:27 -0700)]
ext4_utils: Fix a looping bug and memory leak

Test: built without seeing the compiler warnings.
Change-Id: Ia277667b62323852f493a24b53ba3a34222c4f0e

6 years agoMerge remote-tracking branch 'aosp/oreo-cts-dev' into HEAD - DO NOT MERGE
Bill Yi [Fri, 15 Sep 2017 21:14:45 +0000 (21:14 +0000)]
Merge remote-tracking branch 'aosp/oreo-cts-dev' into HEAD - DO NOT MERGE
am: 57df090195  -s ours

Change-Id: Ib04ab6d30f4a371d2d73cc7ed39d34775912829e

6 years agoMerge remote-tracking branch 'aosp/oreo-cts-dev' into HEAD - DO NOT MERGE
Bill Yi [Fri, 15 Sep 2017 20:48:14 +0000 (13:48 -0700)]
Merge remote-tracking branch 'aosp/oreo-cts-dev' into HEAD - DO NOT MERGE

Change-Id: I126b325ab5686ab9a99735d47cad2a20e53022ca

6 years agoMerge "simpleperf: fix report_sample_test." into oreo-cts-dev
Treehugger Robot [Thu, 14 Sep 2017 17:30:43 +0000 (17:30 +0000)]
Merge "simpleperf: fix report_sample_test." into oreo-cts-dev

6 years agoMerge "Mark the module as VNDK or VNDK-SP in Android.bp"
Justin Yun [Thu, 14 Sep 2017 05:22:25 +0000 (05:22 +0000)]
Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: 6f9b64076a

Change-Id: Idc3ff00540eac3f6755ebbda162db57160753c75

6 years agoMerge "simpleperf: Omit dwarf-callgraph tests running on arm translation tools."
Yabin Cui [Thu, 14 Sep 2017 05:22:08 +0000 (05:22 +0000)]
Merge "simpleperf: Omit dwarf-callgraph tests running on arm translation tools."
am: 1486c2cb07

Change-Id: I55efc3b160b62345742ab17874ae9d9dfca4bb1b

6 years agoMerge "Mark the module as VNDK or VNDK-SP in Android.bp"
Treehugger Robot [Thu, 14 Sep 2017 01:59:30 +0000 (01:59 +0000)]
Merge "Mark the module as VNDK or VNDK-SP in Android.bp"

6 years agoMerge "simpleperf: Omit dwarf-callgraph tests running on arm translation tools."
Treehugger Robot [Thu, 14 Sep 2017 01:45:39 +0000 (01:45 +0000)]
Merge "simpleperf: Omit dwarf-callgraph tests running on arm translation tools."

6 years agosimpleperf: fix report_sample_test.
Yabin Cui [Mon, 15 May 2017 20:39:36 +0000 (13:39 -0700)]
simpleperf: fix report_sample_test.

When running cmd_report_sample.* tests, it may call
ReportSampleCmd()->Run() more than once. If we shutdown
protobuf library in one call, using protobuf in the
following calls will encounter failures.

Bug: http://b/37996565
Test: run CtsSimpleperfTestCases.
Change-Id: I5ca217406e786645d45fda518055c4a63ab3db3c
(cherry picked from commit b3675a5db81d02b07b92f8f13d37187a9cb4890c)

6 years agosimpleperf: Omit dwarf-callgraph tests running on arm translation tools.
Yabin Cui [Wed, 13 Sep 2017 20:21:32 +0000 (13:21 -0700)]
simpleperf: Omit dwarf-callgraph tests running on arm translation tools.

Bug: http://b/64946809
Test: run arm CtsSimpleperfTestCases32 on fugu.
Change-Id: I76ee44b8fd2a6022cbef32392ee0336fe4d14ade

6 years agoFix reduce_allocation().
Ting-Yuan Huang [Tue, 29 Aug 2017 23:05:31 +0000 (16:05 -0700)]
Fix reduce_allocation().

alloc->list.last was repeatedly freed.

Test: built without seeing warnings.
Change-Id: Ia8b2f9d4b8ba9fbe13fae5d7a0a4d526ddc863d6

6 years agoMerge "<stdbool.h> not necessary in C++."
Elliott Hughes [Fri, 8 Sep 2017 17:35:28 +0000 (17:35 +0000)]
Merge "<stdbool.h> not necessary in C++."
am: 390c1a849e

Change-Id: I6650c34ff30aeec00dd28396f7fbe5ed3eb9c5c9

6 years agoMerge "<stdbool.h> not necessary in C++."
Elliott Hughes [Fri, 8 Sep 2017 17:31:58 +0000 (17:31 +0000)]
Merge "<stdbool.h> not necessary in C++."

6 years ago<stdbool.h> not necessary in C++.
Elliott Hughes [Thu, 7 Sep 2017 20:34:03 +0000 (13:34 -0700)]
<stdbool.h> not necessary in C++.

Bug: N/A
Test: builds
Change-Id: I02c2619bd5ddcabf19b0fea6845e2ffbe9c9edf6

6 years agoMark the module as VNDK or VNDK-SP in Android.bp
Justin Yun [Mon, 24 Jul 2017 06:19:45 +0000 (15:19 +0900)]
Mark the module as VNDK or VNDK-SP in Android.bp

As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well
as 'vendor_available: true'.

For a VNDK module, the 'vndk' tag has 'enabled: true'.
It will be installed system/lib(64)/vndk as a vendor variant.

For a VNDK-SP module, the 'vndk' tag has
'support_system_process: true' as well as 'enabled: true'.
It will be installed system/lib(64)/vndk-sp as a vendor variant.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Merged-In: I7a2eaf4894188d4d300fcc78380a2b05517c54f4
Change-Id: I7a2eaf4894188d4d300fcc78380a2b05517c54f4
(cherry picked from commit 953341705abd2a840b464928d9ce56e0c1f37b25)

6 years agoFix clang static analyzer warnings
Manoj Gupta [Tue, 5 Sep 2017 23:35:17 +0000 (16:35 -0700)]
Fix clang static analyzer warnings

Fix the following warnings:

system/extras/librank/librank.c:422:12: warning: Potential leak of
memory pointed to by 'pi' [clang-analyzer-unix.Malloc]
system/extras/librank/librank.c:137:29: warning: Call to 'realloc' has
an allocation size of 0 bytes [clang-analyzer-unix.API]
system/extras/librank/librank.c:95:21: warning: Call to 'realloc' has an
allocation size of 0 bytes [clang-analyzer-unix.API]

The memory leak is real but we don't care about memory leaks when exiting
main. So just replace return by exit to silence the analyzer.

Bug: b/27101951
Test:Warnings are gone.
Change-Id: I9af4ec4a4b740f5edcf9390b30a16b95d76e6a20

6 years agoMerge "simpleperf: support --clockid option in record cmd."
Yabin Cui [Tue, 5 Sep 2017 22:24:04 +0000 (22:24 +0000)]
Merge "simpleperf: support --clockid option in record cmd."
am: 41e392642f

Change-Id: Ibaad342c2b420eef59601a69fcfbeca51c3d1ac5

6 years agoMerge "simpleperf: support --clockid option in record cmd."
Yabin Cui [Tue, 5 Sep 2017 22:17:56 +0000 (22:17 +0000)]
Merge "simpleperf: support --clockid option in record cmd."

6 years agosimpleperf: support --clockid option in record cmd.
Yabin Cui [Fri, 1 Sep 2017 22:40:41 +0000 (15:40 -0700)]
simpleperf: support --clockid option in record cmd.

Setting clockid is supported in kernel 4.x.
Whether it is supported by the kernel can be checked
via `simpleperf list --show-features`.

Bug: http://b/65214671
Test: run simpleperf_unit_test.
Change-Id: I6f312cc62893af0fa5092ed91434b6df46435d7f

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4312148."
Yabin Cui [Fri, 1 Sep 2017 21:49:42 +0000 (21:49 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4312148."
am: c01804d628

Change-Id: Icef7d41a072ea8e16c934f81b223badb58e9bf30

6 years agoMerge "simpleperf: update simpleperf prebuilts to build 4312148."
Yabin Cui [Fri, 1 Sep 2017 21:28:10 +0000 (21:28 +0000)]
Merge "simpleperf: update simpleperf prebuilts to build 4312148."

6 years agosimpleperf: update simpleperf prebuilts to build 4312148.
Yabin Cui [Fri, 1 Sep 2017 18:30:40 +0000 (11:30 -0700)]
simpleperf: update simpleperf prebuilts to build 4312148.

Taken from branch aosp-master.
Bug: http://b/65025325
Test: run test.py.

Change-Id: Ifa1b8620c47d3448a8924447371bf74461f97fb0

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

7 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

7 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

7 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

7 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."

7 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