- 18 Jul, 2014 1 commit
-
-
Elliott Hughes authored
Change-Id: I3a27803d46b5b88a10aa8043a114d780ed685e56
-
- 12 Jul, 2014 1 commit
-
-
Elliott Hughes authored
Change-Id: I708da00e36a9da8be9184c451453774be6b78c06
-
- 02 May, 2014 1 commit
-
-
Mark Salyzyn authored
- Deal with some -Wunused / -Wunused-variable issues Change-Id: I28c23fb213382a392ec30935749fb359e072d664
-
- 24 Apr, 2014 1 commit
-
-
Ruchi Kandoi authored
422852ef for non-linux hosts. Change-Id: I00b9c99b9d9d072f19549b3a9970a27e75cd49b7 Signed-off-by:
Ruchi Kandoi <kandoiruchi@google.com>
-
- 23 Apr, 2014 1 commit
-
-
Ruchi Kandoi authored
Change-Id: Ia998f349129acf4602b767d1ff94839607fdbdbd Signed-off-by:
Ruchi Kandoi <kandoiruchi@google.com>
-
- 04 Jun, 2012 2 commits
-
-
Dima Zavin authored
Bug: 6528015 Change-Id: I6c2658b62442d811b53c6d18476fbd6cd45f9e3f Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Adds an apps cgroup which will contain fg tasks. Move the bg group nested underneath it. Bug: 6538553 Change-Id: I55279415da625e15a5bb061c2b45fbe7f7a4c047 Signed-off-by:
Dima Zavin <dima@android.com>
-
- 08 May, 2012 4 commits
-
-
Jeff Brown authored
This reverts commit 4df54bc4.
-
Jeff Brown authored
Bug: 4466013 Change-Id: I5633c841e71a48357bb04cd7ccc02550c17bde22
-
Jeff Brown authored
This reverts commit e1440d81
-
Jeff Brown authored
Bug: 4466013 Change-Id: I0d2e915fc550a0ecaccad5e452dd4c87fc878b8b
-
- 24 Apr, 2012 1 commit
-
-
Glenn Kasten authored
Change-Id: I52c8ea33b9b915fc08546f2ca0b191391f58506b
-
- 20 Apr, 2012 1 commit
-
-
Glenn Kasten authored
Also tid == 0 maps to gettid() on platforms that support it. This is needed by mediaserver code that was formerly using the old C++ API. Change-Id: I8baaa3e42315c9b924cec26b6da01e7cb69e0078
-
- 15 Mar, 2012 1 commit
-
-
Glenn Kasten authored
This will make it easier to add additional policies (cgroups) if needed. Also added comments to the sched_policy APIs. Change-Id: I33ce1cc4deae10983241f7391294b7a512d2c47c
-
- 08 May, 2010 1 commit
-
-
Brad Fitzpatrick authored
Change-Id: I2c563b20197803cafa91214aeff2c06fc0c75580
-
- 07 May, 2010 1 commit
-
-
Brad Fitzpatrick authored
Re-use the file descriptor to change the cgroups. There's a fast path in the kernel for the case where the value's already uncahnged. Also, this is okay because the kernel ignores the write offset. This is essentially a ioctl-ish/datagram interface, despite being a fd we're writing to. This reduces Dalvik->Dalvik void/void Binder calls on Sapphire from ~1.2 to ~0.8 ms. This is a bit slower than the ~0.7 ms we get avoiding the write altogether. strace confirms: [pid 1557] ioctl(21, 0xc0186201 <unfinished ...> [pid 1556] <... ioctl resumed> , 0x45399cd0) = 0 [pid 1556] write(22, "1556", 4) = 4 [pid 1556] ioctl(21, 0xc0186201 <unfinished ...> [pid 1555] <... ioctl resumed> , 0x45299cd0) = 0 [pid 1555] write(22, "1555", 4) = 4 [pid 1555] ioctl(21, 0xc0186201 <unfinished ...> [pid 1554] <... ioctl resumed> , 0x45199cd0) = 0 [pid 1554] write(22, "1554", 4) = 4 BUG=2660235 Change-Id: Ia9f9e1d5b792eaebc9560f89931faf6df0cf9c0d
-
- 06 May, 2010 1 commit
-
-
Brad Fitzpatrick authored
- use static /dev/cpuctl filenames, rather than sprintf() on the fly - use a custom formatter instead of sprintf() for the tid number This is a simplified version of Dan's original Ifc9c81f74fe65f0695ead53b30194bc6adf00da0 to be less risky for Froyo. Bug: 2660235 Change-Id: I744bbc2ec01fd2569612c814a497df40a933b622
-
- 25 Mar, 2010 1 commit
-
-
San Mehat authored
Change-Id: Id74c6895a8012c5915f2e259339101844de7c085 Signed-off-by:
San Mehat <san@google.com>
-
- 03 Mar, 2010 1 commit
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 03 Dec, 2009 1 commit
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 29 Oct, 2009 2 commits
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 27 Oct, 2009 1 commit
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 16 Sep, 2009 1 commit
-
-
Raphael authored
This introduces a new HAVE_SCHED_H arch define, which is used to prevent from building sched_policy.c during the Windows SDK. Change-Id: I3667857a4ae7d6baaf1efd1cd187a5baf91419d8
-
- 14 Sep, 2009 1 commit
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 12 Sep, 2009 1 commit
-
-
San Mehat authored
Also changes the background policy to use SCHED_BATCH. IDLEPRIO can cause 100% starvation. Signed-off-by:
San Mehat <san@google.com>
-