summaryrefslogtreecommitdiffstats
path: root/toolbox/ps.c
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of cb8c583d to stage-aosp-masterDmitriy Ivanov2014-11-031-1/+1
|\ | | | | | | Change-Id: I3a75fda571896ad42e5a2b9499e156e9449d23ed
| * Fix ps <process name>Dmitriy Ivanov2014-11-031-1/+1
| | | | | | | | | | | | | | | | Use /proc/pid/cmdline instead of /proc/pid/stat to filter process by name. Bug: 8638853 Change-Id: I469f55186e0d8b93311438cc8a1d0f73834f3fb5
* | resolved conflicts for merge of faf84529 to masterMark Salyzyn2014-05-211-4/+3
|\ \ | |/ | | | | Change-Id: Idbb7fae527bad4ae1447f95662a9ec5d5294d771
| * Merge "toolbox: turn on -Werror"Mark Salyzyn2014-05-211-3/+3
| |\
| | * toolbox: turn on -WerrorMark Salyzyn2014-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* | | resolved conflicts for merge of 101e92ac to masterKenny Root2014-05-141-4/+47
|\ \ \ | |/ / | | | | | | Change-Id: I837bc0732c2e72d99ce47d0534915012ff43a21e
| * | ps: add flag to show ABIKenny Root2014-05-141-4/+47
| |/ | | | | | | | | | | | | Allow us to easily identify the 32/64 bitness of the process. Yes, I know this is not technically an ABI, but it seemed close enough! Change-Id: Ia03a17fd74d61e7619911cb26b3dd7d82b62930c
* | Add -n option to ps to print numeric uidMarco Nelissen2013-10-251-10/+13
|/ | | | | | and fix some whitespace issues Change-Id: Iefb6f51f5f4522ce4ab0f1ea3c996fe892715e90
* Add get_sched_policy_name() and use in ps and topGlenn Kasten2012-03-151-8/+2
| | | | | | | This will make it easier to add additional policies (cgroups) if needed. Also added comments to the sched_policy APIs. Change-Id: I33ce1cc4deae10983241f7391294b7a512d2c47c
* Extend toolbox with SE Android support.Stephen Smalley2012-02-031-6/+28
| | | | | | | | Add -Z option to ls and ps for displaying security contexts. Modify id to display security context. Add new SELinux commands: chcon, getenforce, getsebool, load_policy, restorecon, runcon, setenforce, setsebool. Change-Id: Ia20941be4a6cd706fe392fed6e38a37d880ec5f1
* ps: Add -c flag to show CPU number last executed onDmitry Shmidt2010-08-181-4/+10
| | | | | Change-Id: I9a8faef0824c390ef980ce6c33e9c79102884879 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* toolbox: Add scheduling policy display to top/psSan Mehat2009-10-271-3/+23
| | | | Signed-off-by: San Mehat <san@google.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+214
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-214/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+214