summaryrefslogtreecommitdiffstats
path: root/toolbox/top.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve toolbox SIGPIPE behavior.Elliott Hughes2015-04-251-6/+0
| | | | | | | | None of our tools -- except for top, which I'd fixed previously -- handles SIGPIE correctly. Let's just handle SIGPIPE in the driver. Bug: https://code.google.com/p/android/issues/detail?id=157920 Change-Id: I322ea411f53c71585a64118c217d54389f675d4e
* Fix top for very large VSS.Elliott Hughes2014-10-081-17/+30
| | | | | Bug: 17913995 Change-Id: Ib8359345f3194780ae50019292c2746eb21a7612
* toolbox: turn on -WerrorMark Salyzyn2014-05-141-10/+0
| | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* Fix top(1) SIGPIPE behavior.Elliott Hughes2014-04-181-12/+16
| | | | | Bug: 14166609 Change-Id: I4aad1e0db2e875735405d094fb0d1a36862b5b19
* Add get_sched_policy_name() and use in ps and topGlenn Kasten2012-03-151-8/+5
| | | | | | | This will make it easier to add additional policies (cgroups) if needed. Also added comments to the sched_policy APIs. Change-Id: I33ce1cc4deae10983241f7391294b7a512d2c47c
* toolbox: top: Add processor fieldDmitry Shmidt2010-08-301-6/+8
| | | | | Change-Id: I9f8e45a963a0773f27ddcd1d249aecac1ab9152e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* toolbox: Add scheduling policy display to top/psSan Mehat2009-10-271-6/+28
| | | | Signed-off-by: San Mehat <san@google.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+550
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-550/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-19/+53
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+516